Skip to content

Conversation

@bootlesshacker
Copy link

@bootlesshacker bootlesshacker commented Jan 23, 2026

Fixes #175

Summary by CodeRabbit

  • Documentation
    • Updated documentation links in the README to reflect the reorganized docs directory (Vision, Autonomy, and MCP). All README references were updated to the new paths; no other content or public API documentation text was changed.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 23, 2026

📝 Walkthrough

Walkthrough

Updated three broken documentation links in README.md by changing paths from root-level markdown files to the /docs/ directory for vision, autonomy, and MCP tools. No other content or exported/public declarations were modified.

Changes

Cohort / File(s) Summary
Documentation Link Fixes
README.md
Fixed documentation links: /vision.md/docs/vision.md, /autonomy.md/docs/autonomy.md, /mcp.md/docs/mcp.md

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Three hops to the docs I fare,
I stitched each link with gentle care,
From root to /docs/ they roam,
Now every reader finds their home,
No more missing pages there!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: fixing broken links in the README file.
Linked Issues check ✅ Passed The PR successfully addresses issue #175 by updating broken documentation links in the README's 'What's New' section to correct paths.
Out of Scope Changes check ✅ Passed All changes are within scope: only documentation links in README.md were updated to resolve broken references, with no unrelated modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
README.md (2)

283-283: Update link path from /mcp.md to /docs/mcp.md.

The file docs/mcp.md is the only location in the repository. Line 46 correctly uses /docs/mcp.md, but lines 283 and 466 still reference the broken path /mcp.md. Both need to be updated to /docs/mcp.md.


252-252: Fix broken documentation links—multiple paths still reference root instead of /docs/ directory.

Lines 252, 283, and 466 reference /autonomy.md and /mcp.md at the root, but these files exist only at /docs/autonomy.md and /docs/mcp.md. Update all three references to use the /docs/ prefix for consistency with lines 45–46.

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.

Broken links in readme

1 participant