docs: fix broken CHANGELOG comparison links#790
Merged
Conversation
Replace nonexistent `corvus-runtime-v3.7.0` and `rook-v3.7.0` tags with the actual previous release tags (`corvus-runtime-v0.3.0` and `rook-v0.2.0`) in the v3.8.0 compare URLs. Both packages jumped directly from the 0.x series to 3.8.0; the v3.7.0 tags were never created, causing 404 errors in the Lychee link-checker workflow. Agent-Logs-Url: https://github.com/dallay/corvus/sessions/ca41733b-df80-492d-8cd1-4184251f07b6 Co-authored-by: yacosta738 <33158051+yacosta738@users.noreply.github.com>
Deploying corvus with
|
| Latest commit: |
be7a8b6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://034afa7a.corvus-42x.pages.dev |
| Branch Preview URL: | https://copilot-fix-broken-links-rep.corvus-42x.pages.dev |
Copilot
AI
changed the title
[WIP] Fix broken links detected by Link Checker
docs: fix broken CHANGELOG comparison links
May 6, 2026
yacosta738
approved these changes
May 6, 2026
|
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.



Related Issues
Closes #785
Summary
Lychee's scheduled link checker reported two 404s from CHANGELOG compare URLs referencing nonexistent tags. Both
clients/agent-runtimeandclients/rookversioned-jumped directly from the0.xseries to3.8.0; thev3.7.0tags referenced in those entries were never created.Changes:
clients/agent-runtime/CHANGELOG.md: v3.8.0 compare URL base tagcorvus-runtime-v3.7.0→corvus-runtime-v0.3.0(the actual last0.xrelease)clients/rook/CHANGELOG.md: v3.8.0 compare URL base tagrook-v3.7.0→rook-v0.2.0(the actual last0.xrelease)Tested Information
Verified all compare URLs in both CHANGELOG files now reference tags that exist in the repository. Confirmed no other compare links reference missing tags.
Documentation Impact
clients/agent-runtime/CHANGELOG.md,clients/rook/CHANGELOG.mdBreaking Changes
None.
Checklist