FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix label links in CONTRIBUTING.md by brianschubert · Pull Request #14272 · python/typeshed · GitHub

Fix label links in CONTRIBUTING.md - #14272

Merged
JelleZijlstra merged 1 commit into
python:mainfrom
brianschubert:contributing-fix-label-links
Jun 13, 2025
Merged

Fix label links in CONTRIBUTING.md#14272
JelleZijlstra merged 1 commit into
python:mainfrom
brianschubert:contributing-fix-label-links

Conversation

Copy link
Copy Markdown
Collaborator

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 merged commit ecd5141 into python:main Jun 13, 2025
brianschubert added a commit to brianschubert/typeshed that referenced this pull request Jun 8, 2026
This reverts commit ecd5141.

# Conflicts:
#	CONTRIBUTING.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL