Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

### Bob Quick Start
```bash
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/evolve/main/platform-integrations/install.sh | bash -s -- install --platform bob --mode lite
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
Comment on lines +6 to +14

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

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.

```
### Install Script Usage
```bash
Expand Down
Loading