Fix CHANGELOG commit links pointing at the wrong repository - #870
Open
ZayanKhan-12 wants to merge 1 commit into
Open
Fix CHANGELOG commit links pointing at the wrong repository#870ZayanKhan-12 wants to merge 1 commit into
ZayanKhan-12 wants to merge 1 commit into
Conversation
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>
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.
Problem
The older (v1.1.0-era) entries in
CHANGELOG.mdlink their commit hashes tohttps://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:git log --all), andI 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