Skip to content

fix(docs): add missing /docs/ prefix to internal links#852

Merged
christso merged 1 commit intomainfrom
fix/docs-broken-links
Mar 29, 2026
Merged

fix(docs): add missing /docs/ prefix to internal links#852
christso merged 1 commit intomainfrom
fix/docs-broken-links

Conversation

@christso
Copy link
Copy Markdown
Collaborator

Summary

  • Fixed 16 broken internal links across 12 docs site content files
  • The Starlight sidebar config routes all pages under /docs/, but markdown links in content files were missing this prefix (e.g., ](/evaluation/eval-files/) instead of ](/docs/evaluation/eval-files/))
  • All internal navigation links now resolve correctly

Test plan

  • Verify docs site builds without warnings
  • Spot-check links on quickstart, eval-files, and coding-agents pages

🤖 Generated with Claude Code

The Starlight sidebar config uses a docs/ prefix for all routes, but
internal markdown links in content files were missing this prefix,
resulting in broken navigation links across the docs site.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 620c59e
Status: ✅  Deploy successful!
Preview URL: https://06acbd09.agentv.pages.dev
Branch Preview URL: https://fix-docs-broken-links.agentv.pages.dev

View logs

@christso christso merged commit f82c59f into main Mar 29, 2026
2 checks passed
@christso christso deleted the fix/docs-broken-links branch March 29, 2026 20:05
christso added a commit that referenced this pull request Mar 29, 2026
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