Skip to content

[link-checker] Fix broken documentation links#307

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
fix/autoloop-malformed-link-d85fe79e0004f6a0
Draft

[link-checker] Fix broken documentation links#307
github-actions[bot] wants to merge 1 commit intomainfrom
fix/autoloop-malformed-link-d85fe79e0004f6a0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 6, 2026

Summary

Fixed 1 broken link found during daily link check.

Links Fixed

File Old (broken) New (working)
README.md [🔄 Autoloop]([docs/autoloop.md](https://github.com/githubnext/autoloop)) [🔄 Autoloop](docs/autoloop.md)

Root cause: The Autoloop entry used nested markdown link syntax (a link inside link brackets), which is invalid in CommonMark/GFM. This caused the link checker to extract a malformed URL https://github.com/githubnext/autoloop)) (with double closing parens).

Other findings

  • 32 other "broken" links in the report are false positives — the link checker was incorrectly extracting URLs with trailing ) characters from markdown syntax (e.g., (example.com/redacted)) instead of (example.com/redacted)). All real URLs return HTTP 200.
  • https://github.com/owner/repo/vex/GHSA-xvch-5gv4-984h is a placeholder example URL inside a JSON code block in docs/vex-generator.md — not a real link to fix. Added to unfixable cache to skip in future runs.

Generated by Daily Link Checker & Fixer · ● 353.3K ·

The Autoloop entry had nested markdown link syntax which is invalid:
  [🔄 Autoloop]([docs/autoloop.md](https://github.com/githubnext/autoloop))

Fixed to use the local docs path consistently with other entries:
  [🔄 Autoloop](docs/autoloop.md)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added automated documentation Improvements or additions to documentation labels Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants