Skip to content

docs: fix dead Triager Guide link in GOVERNANCE.md (#438)#489

Open
SAY-5 wants to merge 1 commit intoexpressjs:masterfrom
SAY-5:docs-fix-triager-guide-link
Open

docs: fix dead Triager Guide link in GOVERNANCE.md (#438)#489
SAY-5 wants to merge 1 commit intoexpressjs:masterfrom
SAY-5:docs-fix-triager-guide-link

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 15, 2026

Closes #438.

The 'Becoming a Triager' section in `docs/GOVERNANCE.md` links to `Triager-Guide.md`, which 404s for two reasons:

  1. The file is named `triager-guide.md` (lowercase). GitHub blob URLs are case-sensitive.
  2. It lives under `docs/contributing/`, not alongside `GOVERNANCE.md`.

Update the relative link to `contributing/triager-guide.md` so it resolves correctly from `docs/GOVERNANCE.md` to the existing file. Verified the target file exists at `docs/contributing/triager-guide.md` and starts with "# Express Triager Guide".

Docs only.

Closes expressjs#438.

The 'Becoming a Triager' section linked to 'Triager-Guide.md', which
404s in two ways: the actual file is named 'triager-guide.md' (case
matters on GitHub blob URLs) and it lives under 'docs/contributing/'
rather than alongside GOVERNANCE.md. Update the relative link to
'contributing/triager-guide.md' so it resolves correctly from
docs/GOVERNANCE.md to the existing file.
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.

Invalid URL in GOVERNANCE.md

1 participant