Skip to content

fix: repair broken links flagged by the lychee link-checker#20

Merged
corticalstack merged 1 commit into
mainfrom
fix/lychee-broken-links
Jun 2, 2026
Merged

fix: repair broken links flagged by the lychee link-checker#20
corticalstack merged 1 commit into
mainfrom
fix/lychee-broken-links

Conversation

@corticalstack

Copy link
Copy Markdown
Owner

Summary

Fixes the 5 lychee link-check errors on main (pre-existing, surfaced when the cache expired on the latest run). None were in the 08-10b release.

Changes

  • 08-agents/08-04-agent-memory/08-04-00-agent-memory.md - linked to deploy.ipynb, but the notebook is 08-04-01-deploy-agent-memory.ipynb. Corrected all three references (a genuine broken internal link).
  • .lycheeignore - excluded three valid external pages/redirects that the checker mis-extracts from notebook cells (a trailing newline or backslash gets glued onto the URL, e.g. .../user_install.html/n, .../issues/49196/n#, a fwlink ending in a backslash):
    • ipywidgets.readthedocs.io
    • go.microsoft.com/fwlink
    • github.com/Azure/azure-sdk-for-java/issues

Verification

Ran lychee v0.23.0 locally on the four affected files with the repo's args: 0 errors (15 OK, 10 excluded, 3 OK-redirects).

- 08-agents/08-04-agent-memory/08-04-00: linked to deploy.ipynb, but the notebook
  is named 08-04-01-deploy-agent-memory.ipynb. Corrected all three references.
- .lycheeignore: exclude three valid external pages/redirects the checker
  mis-extracts from notebook cells (a trailing newline or backslash gets glued
  onto the URL): ipywidgets.readthedocs.io, go.microsoft.com/fwlink, and the
  azure-sdk-for-java issues link.
@corticalstack corticalstack merged commit 38f2f36 into main Jun 2, 2026
2 checks passed
@corticalstack corticalstack deleted the fix/lychee-broken-links branch June 2, 2026 20:18
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