Skip to content

Fix CHANGELOG commit links pointing at the wrong repository - #870

Open
ZayanKhan-12 wants to merge 1 commit into
linkedin:masterfrom
ZayanKhan-12:fix/changelog-commit-links
Open

Fix CHANGELOG commit links pointing at the wrong repository#870
ZayanKhan-12 wants to merge 1 commit into
linkedin:masterfrom
ZayanKhan-12:fix/changelog-commit-links

Conversation

@ZayanKhan-12

Copy link
Copy Markdown

Problem

The older (v1.1.0-era) entries in CHANGELOG.md link their commit hashes to https://github.com/nodejs/node/commit/... instead of this repository — an artifact of the changelog generator's default repo setting. All 29 such links return 404.

Fix

Point them at https://github.com/linkedin/Burrow/commit/.... Verified:

  • all 29 hashes exist in this repository's history (git log --all), and
  • all 29 rewritten URLs return HTTP 200.

I also swept the rest of the repo's markdown (README, iam-auth.md) for dead links — every other external URL resolves and all relative links point at existing files, so this is the only fix needed.

🤖 Generated with Claude Code

The v1.1.0-era changelog entries link their commit hashes to
github.com/nodejs/node instead of github.com/linkedin/Burrow - an
artifact of the changelog generator's default repository. All 29 links
404. The hashes are Burrow commits; point them at this repository.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@ZayanKhan-12
ZayanKhan-12 requested a review from bai as a code owner July 22, 2026 17:36
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.

1 participant