Fix contributing guide label links#10913
Merged
Merged
Conversation
f131762 to
442ee54
Compare
|
Deploy preview for website ready!
Deployed with vercel-action |
radoering
requested changes
May 23, 2026
Member
radoering
left a comment
There was a problem hiding this comment.
This does not seem to work. See the generated preview. Maybe, the link targets have to be inline in notes. 🤷 By the way, you can also build the docs locally with the website repo.
Contributor
Author
|
Thanks, fixed in af9f0b1 by keeping the links inside the note inline and only encoding the label slash in the GitHub URL. The latest published checks are green: Detect changed files, Status, pre-commit.ci, Sourcery review, and FreeBSD. The Documentation Preview job was skipped on this follow-up push, so I do not have a refreshed preview URL to cite. |
radoering
approved these changes
May 23, 2026
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix the contributing guide links for the
kind/questionandarea/docsGitHub labels.The label names contain
/, so the label URLs need%2Fencoding. Thekind/questionlink is kept inline inside the note shortcode so the generated website can render it correctly.Fixes #10765.
Validation
git diff --check HEAD~1..HEADkind%2Fquestionandarea%2Fdocsaf9f0b1:Detect changed files,Status,Tests / FreeBSD Status,pre-commit.ci - pr, andSourcery reviewDocumentation Previewskipped on the follow-up push