Skip to content

Fix label links in CONTRIBUTING.md #14272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

brianschubert
Copy link
Contributor

The label links in CONTRIBUTING.md take you to a search page with a broken label filter. For example:

https://github.com/python/typeshed/labels/stubs%3A%20removal

It seems that GitHub is having issues with there being a space in the label name. What's weird is that this is the exact URL that GitHub expects for rendered labels, e.g. stubs: removal Pending removal of third-party distributions .

Putting some quotes around the label name seems to make the links work. For example:

https://github.com/python/typeshed/labels/%22stubs%3A%20removal%22

@JelleZijlstra JelleZijlstra merged commit ecd5141 into python:main Jun 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants