Fix Slack badge link in README.md#4422
Conversation
The Slack badge in README.md was not clickable because the link
destination had a duplicated opening parenthesis:
]((https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels))
This caused the URL to be parsed incorrectly (including the stray
parentheses), breaking the hyperlink so the badge displayed as a
plain image instead of a link.
Fix: remove the extra parenthesis so the badge correctly links to
the Kubeflow Slack channels page.
[](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels)
Signed-off-by: Ishan Sarkar <sarkarishan2005@gmail.com>
|
Hi @Ishan-AI-coder. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
🚫 This command cannot be processed. Only organization members or owners can use the commands. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The Slack badge in README.md was not clickable because the link destination had a duplicated opening parenthesis:
This caused the URL to be parsed incorrectly (including the stray parentheses), breaking the hyperlink so the badge displayed as a plain image instead of a link.
Fix: remove the extra parenthesis so the badge correctly links to the Kubeflow Slack channels page.
Description of Changes
Related Issues
Closes: #
Related: #
Checklist