Skip to content

Fix Slack badge link in README.md#4422

Merged
google-oss-prow[bot] merged 1 commit into
kubeflow:masterfrom
Ishan-AI-coder:patch-1
Jul 6, 2026
Merged

Fix Slack badge link in README.md#4422
google-oss-prow[bot] merged 1 commit into
kubeflow:masterfrom
Ishan-AI-coder:patch-1

Conversation

@Ishan-AI-coder

Copy link
Copy Markdown
Contributor

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.

[![Slack](...)](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels)

Description of Changes

Related Issues

Closes: #

Related: #

Checklist

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.

    [![Slack](...)](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels)

Signed-off-by: Ishan Sarkar <sarkarishan2005@gmail.com>
@google-oss-prow

Copy link
Copy Markdown

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions 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.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

🚫 This command cannot be processed. Only organization members or owners can use the commands.

@juliusvonkohout

Copy link
Copy Markdown
Member

/lgtm
/approve

@google-oss-prow

Copy link
Copy Markdown

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow Bot merged commit 7a0ad49 into kubeflow:master Jul 6, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants