Skip to content

docs: fix broken CHANGELOG comparison links#790

Merged
yacosta738 merged 3 commits into
mainfrom
copilot/fix-broken-links-report
May 6, 2026
Merged

docs: fix broken CHANGELOG comparison links#790
yacosta738 merged 3 commits into
mainfrom
copilot/fix-broken-links-report

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

Related Issues

Closes #785


Summary

Lychee's scheduled link checker reported two 404s from CHANGELOG compare URLs referencing nonexistent tags. Both clients/agent-runtime and clients/rook versioned-jumped directly from the 0.x series to 3.8.0; the v3.7.0 tags referenced in those entries were never created.

Changes:

  • clients/agent-runtime/CHANGELOG.md: v3.8.0 compare URL base tag corvus-runtime-v3.7.0corvus-runtime-v0.3.0 (the actual last 0.x release)
  • clients/rook/CHANGELOG.md: v3.8.0 compare URL base tag rook-v3.7.0rook-v0.2.0 (the actual last 0.x release)

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

  • Docs updated in: clients/agent-runtime/CHANGELOG.md, clients/rook/CHANGELOG.md
  • I verified the documentation matches the current behavior.

Breaking Changes

None.


Checklist

  • I have checked that there isn't already a PR solving the same problem.
  • I have read the Contributing Guidelines.
  • I ensured my code follows the project's style guidelines.
  • I have added or updated tests that prove my fix is effective or that my feature works.
  • I have updated the documentation, or I explained above why no documentation update is needed.
  • I verified the documentation matches the current behavior.
  • I have documented any breaking changes in the Breaking Changes section.
  • I have linked the related issue (if any).

Copilot AI linked an issue May 6, 2026 that may be closed by this pull request
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>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 6, 2026

Deploying corvus with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copilot AI changed the title [WIP] Fix broken links detected by Link Checker docs: fix broken CHANGELOG comparison links May 6, 2026
Copilot AI requested a review from yacosta738 May 6, 2026 08:53
@yacosta738 yacosta738 marked this pull request as ready for review May 6, 2026 13:11
@github-actions github-actions Bot added the size/xs Denotes an extra small change size label May 6, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

@yacosta738 yacosta738 merged commit a5e1bd9 into main May 6, 2026
16 checks passed
@yacosta738 yacosta738 deleted the copilot/fix-broken-links-report branch May 6, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs Denotes an extra small change size

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: broken links report

2 participants