Update index.md - #112
Conversation
update the link to point to altk-evolve path
📝 WalkthroughWalkthroughInstallation documentation updated to retrieve the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/installation/index.md`:
- Around line 6-14: The docs contain mixed repository references
(AgentToolkit/altk-evolve vs AgentToolkit/evolve); update all occurrences to the
new canonical repo name (AgentToolkit/altk-evolve) so links are consistent:
replace the curl/install script URLs in docs/installation/index.md, the repo
references in mkdocs.yaml, and the link in docs/examples/hello_world/index.md
(search for "AgentToolkit/evolve" and change to "AgentToolkit/altk-evolve")
ensuring both main and versioned (v1.0.5) URLs and any other surfaced links are
updated.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 0cfa7c54-37bc-458e-bc53-701289b577d8
📒 Files selected for processing (1)
docs/installation/index.md
| curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh | bash -s -- install --platform bob --mode lite | ||
| ``` | ||
| ### Download Install Script | ||
| ```bash | ||
| # Latest (based on main) | ||
| curl -fsSL https://raw.githubusercontent.com/AgentToolkit/evolve/main/platform-integrations/install.sh -o install.sh && chmod +x install.sh | ||
| curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh -o install.sh && chmod +x install.sh | ||
|
|
||
| # Latest Stable Version | ||
| curl -fsSL https://raw.githubusercontent.com/AgentToolkit/evolve/v1.0.5/platform-integrations/install.sh -o install.sh && chmod +x install.sh | ||
| curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/v1.0.5/platform-integrations/install.sh -o install.sh && chmod +x install.sh |
There was a problem hiding this comment.
Repository migration is still inconsistent across docs entry points.
This page now points to AgentToolkit/altk-evolve, but other surfaced links still point to AgentToolkit/evolve (mkdocs.yaml Line 8-9 and Line 87, plus docs/examples/hello_world/index.md Line 19). Please update those to avoid sending users to mixed repos.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/installation/index.md` around lines 6 - 14, The docs contain mixed
repository references (AgentToolkit/altk-evolve vs AgentToolkit/evolve); update
all occurrences to the new canonical repo name (AgentToolkit/altk-evolve) so
links are consistent: replace the curl/install script URLs in
docs/installation/index.md, the repo references in mkdocs.yaml, and the link in
docs/examples/hello_world/index.md (search for "AgentToolkit/evolve" and change
to "AgentToolkit/altk-evolve") ensuring both main and versioned (v1.0.5) URLs
and any other surfaced links are updated.
update the link to point to altk-evolve path
Summary by CodeRabbit