-
Notifications
You must be signed in to change notification settings - Fork 4.1k
docs: fix broken links in documentation #9506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Update relative URLs to absolute URLs - Fix links to external resources - Correct navigation paths in docs.json - Update references to moved documentation pages Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
1 similar comment
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
✅ Review Complete Code Review Summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 17 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="docs/agents/intro.mdx">
<violation number="1" location="docs/agents/intro.mdx:38">
P2: Broken internal anchor: fragment `#pre-configured-agents` does not exist; target heading is "Pre-configured Cloud Agents" (anchor should include "cloud")</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| </Steps> | ||
|
|
||
| <Info> | ||
| **New to agents?** Check out our [pre-configured agents](/agents/overview#pre-configured-agents) to test out a workflow immediately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: Broken internal anchor: fragment #pre-configured-agents does not exist; target heading is "Pre-configured Cloud Agents" (anchor should include "cloud")
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/agents/intro.mdx, line 38:
<comment>Broken internal anchor: fragment `#pre-configured-agents` does not exist; target heading is "Pre-configured Cloud Agents" (anchor should include "cloud")</comment>
<file context>
@@ -34,6 +34,9 @@ Use Mission Control to kick off Cloud Agents for:
</Steps>
+<Info>
+ **New to agents?** Check out our [pre-configured agents](/agents/overview#pre-configured-agents) to test out a workflow immediately.
+</Info>
</file context>
| **New to agents?** Check out our [pre-configured agents](/agents/overview#pre-configured-agents) to test out a workflow immediately. | |
| **New to agents?** Check out our [pre-configured agents](/agents/overview#pre-configured-cloud-agents) to test out a workflow immediately. |
|
🎉 This PR is included in version 1.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.39.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Description
This PR fixes multiple broken links throughout the documentation that were causing 404 errors and navigation issues.
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
Not applicable - documentation link fixes only.
Tests
No tests required - documentation changes only.
Changes made
The following files were updated:
Continue Tasks
Powered by Continue
Summary by cubic
Fixes broken and outdated links across the docs to eliminate 404s and restore navigation. Updates redirects and internal paths after the Mission Control rename, and refreshes a few external URLs.
Written for commit 81ece56. Summary will update on new commits.