Fix two broken compare links in the changelog - #96
Open
rawsun007 wants to merge 1 commit into
Open
Conversation
8.33.247 and 6.29.204 are not tags in this repository, so both compare URLs 404. The Unreleased link should start from 8.34.247, the newest release, and the 6.33.205 link from 6.33.204, its predecessor in this file.
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.
Two link definitions at the bottom of
CHANGELOG.mdpoint at tags that do not exist, so both diffs 404:[Unreleased]: compare/8.33.247...HEAD8.33.2478.34.247[6.33.205]: compare/6.29.204...6.33.2056.29.2046.33.2048.34.247is the newest release and the top section of this file;8.33.247looks like a transposition of it. For6.33.205, the section directly below it is6.33.204, which matches how every other entry compares against its predecessor.Checked with the git refs API:
8.34.247,6.33.204,6.33.205and6.29.202all exist;8.33.247and6.29.204do not. Both replacement compare URLs return 200. Those were the only two dead links in the repository markdown.AI disclosure: found and prepared with Claude Code (Claude Opus 5). It swept the repo links; I verified each tag individually against the refs API and each replacement URL by request before submitting. The change is two version numbers in link definitions, no code.