Skip to content

Commit

Permalink
🔧 fix: update repository URLs and documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraInstinct0x committed Jan 7, 2025
1 parent 0082ec5 commit ab7beff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: SmolSwarms
description: A Python library for building and coordinating swarms of AI agents that hit different fr fr 🤖
theme: just-the-docs

url: https://gokhanguney.github.io/smolswarms
url: https://ultrainstinct0x.github.io/smolswarms

aux_links:
"SmolSwarms on GitHub":
- "https://github.com/gokhanguney/smolswarms"
- "https://github.com/ultrainstinct0x/smolswarms"

# Enable or disable the site search
search_enabled: true
Expand All @@ -34,7 +34,7 @@ callouts:
color: green

# Footer content
footer_content: "Made with 💜 by <a href=\"mailto:[email protected]\">@gokhanguney</a>"
footer_content: "Made with 💜 by <a href=\"mailto:[email protected]\">@ultrainstinct0x</a>"

# Back to top link
back_to_top: true
Expand All @@ -43,7 +43,7 @@ back_to_top_text: "Back to top"
# Footer "Edit this page on GitHub" link text
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/gokhanguney/smolswarms"
gh_edit_repository: "https://github.com/ultrainstinct0x/smolswarms"
gh_edit_branch: "main"
gh_edit_source: docs
gh_edit_view_mode: "tree"
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before we start cooking, make sure you've got:
pip install smolswarms

# Or if you're feeling spicy, install from source
git clone https://github.com/gokhanguney/smolswarms.git
git clone https://github.com/ultrainstinct0x/smolswarms.git
cd smolswarms
pip install -e .
```
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ pip install smolswarms # real ones use pip
## Documentation 📚

Check out our docs (you're looking at them rn) for:
- [Getting Started](./getting-started.html) - Zero to hero, no cap
- [API Reference](./api-reference.html) - The sacred texts
- [Examples](./examples.html) - See it in action
- [Changelog](../CHANGELOG.md) - What's new in the multiverse
- [Getting Started](getting-started.html) - Zero to hero, no cap
- [API Reference](api-reference.html) - The sacred texts
- [Examples](examples.html) - See it in action
- [Changelog](https://github.com/ultrainstinct0x/smolswarms/blob/main/CHANGELOG.md) - What's new in the multiverse

## Contributing 🤝

We're always looking for more agents to join our swarm! Check out our [Contributing Guide](../CONTRIBUTING.md) to learn how to:
We're always looking for more agents to join our swarm! Check out our [Contributing Guide](https://github.com/ultrainstinct0x/smolswarms/blob/main/CONTRIBUTING.md) to learn how to:
- Report bugs (the uncool kind)
- Suggest features (the cool kind)
- Submit PRs (the really cool kind)
Expand Down

0 comments on commit ab7beff

Please sign in to comment.