Skip to content

[link-checker] Fix broken documentation links#231

Merged
dsyme merged 3 commits intomainfrom
fix/broken-wiki-workflow-links-e9c451900e16a903
Mar 3, 2026
Merged

[link-checker] Fix broken documentation links#231
dsyme merged 3 commits intomainfrom
fix/broken-wiki-workflow-links-e9c451900e16a903

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2026

Summary

Fixed 2 broken documentation links found during the daily link check.

Broken Links Fixed

File Old URL (broken) New URL (working)
docs/agentic-wiki-writer.md https://github.com/github/gh-aw/blob/main/.github/workflows/agentic-wiki-writer.md https://github.com/githubnext/agentics/blob/main/workflows/agentic-wiki-writer.md
docs/agentic-wiki-coder.md https://github.com/github/gh-aw/blob/main/.github/workflows/agentic-wiki-coder.md https://github.com/githubnext/agentics/blob/main/workflows/agentic-wiki-coder.md

Root Cause

The "source workflow" links in both wiki-related doc pages pointed to github/gh-aw/.github/workflows/ but those workflow files don't exist in the gh-aw repo. The actual workflow source files live in this repository at workflows/agentic-wiki-writer.md and workflows/agentic-wiki-coder.md.

Other Observations

The link checker also reported 24 other "broken" links — all of them are parsing artifacts where the link checker incorrectly includes the closing ) of markdown link syntax in the URL (e.g., (example.com/redacted)) instead of (example.com/redacted)). These are not real broken links in the documentation.

Unfixable Links

No new unfixable links were added to the cache.

Generated by Daily Link Checker & Fixer

…iki-writer

The source workflow links in docs/agentic-wiki-coder.md and docs/agentic-wiki-writer.md
pointed to github/gh-aw/.github/workflows/ but those files don't exist there.
The correct location is within this repository at workflows/.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added automated documentation Improvements or additions to documentation labels Mar 3, 2026
@dsyme dsyme merged commit 2eebadf into main Mar 3, 2026
1 check passed
@dsyme dsyme deleted the fix/broken-wiki-workflow-links-e9c451900e16a903 branch March 3, 2026 23:53
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.

1 participant