Skip to content

docs: fix remaining broken links in contributing docs#52238

Merged
thaJeztah merged 1 commit into
moby:masterfrom
kovan:fix/remaining-broken-contributing-links
Mar 26, 2026
Merged

docs: fix remaining broken links in contributing docs#52238
thaJeztah merged 1 commit into
moby:masterfrom
kovan:fix/remaining-broken-contributing-links

Conversation

@kovan

@kovan kovan commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix broken image link in CONTRIBUTING.md (line 7): the docs.docker.com/opensource/project/who-written-for/ URL returns 404. Replaced with the in-repo path docs/contributing/who-written-for.md.
  • Fix broken contributing guide link in .github/PULL_REQUEST_TEMPLATE.md (line 8): the docs.docker.com/opensource/code/ URL returns 404. Replaced with the GitHub URL for docs/contributing/.

Follow-up to #52228 which fixed most broken links but missed these two.

Fixes #45024

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>

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx!

@thaJeztah thaJeztah added this to the 29.3.2 milestone Mar 26, 2026
@thaJeztah thaJeztah merged commit 3c9dc3a into moby:master Mar 26, 2026
170 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.

Broken links in contributing documentation

2 participants