docs: fix remaining broken links in contributing docs#52238
Merged
thaJeztah merged 1 commit intoMar 26, 2026
Conversation
Replace two dead docs.docker.com links with correct in-repo paths: - CONTRIBUTING.md: image link pointed to removed docs.docker.com/opensource/project/who-written-for/ page; now links to docs/contributing/who-written-for.md - .github/PULL_REQUEST_TEMPLATE.md: contributing guide link pointed to removed docs.docker.com/opensource/code/ page; now links to docs/contributing/ on GitHub Follow-up to moby#52228 which fixed most broken links but missed these two. Fixes moby#45024 Signed-off-by: Kit Dallege <xaum.io@gmail.com>
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
CONTRIBUTING.md(line 7): thedocs.docker.com/opensource/project/who-written-for/URL returns 404. Replaced with the in-repo pathdocs/contributing/who-written-for.md..github/PULL_REQUEST_TEMPLATE.md(line 8): thedocs.docker.com/opensource/code/URL returns 404. Replaced with the GitHub URL fordocs/contributing/.Follow-up to #52228 which fixed most broken links but missed these two.
Fixes #45024