From ab7beff00c59a933a27c235b93ea0f788de3cdff Mon Sep 17 00:00:00 2001 From: gokhansarapevi Date: Tue, 7 Jan 2025 17:56:30 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20update=20repository=20URL?= =?UTF-8?q?s=20and=20documentation=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_config.yml | 8 ++++---- docs/getting-started.md | 2 +- docs/index.md | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index f73ccf4..bc91e97 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 @@ -34,7 +34,7 @@ callouts: color: green # Footer content -footer_content: "Made with 💜 by @gokhanguney" +footer_content: "Made with 💜 by @ultrainstinct0x" # Back to top link back_to_top: true @@ -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" diff --git a/docs/getting-started.md b/docs/getting-started.md index 570f15a..4936e73 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 . ``` diff --git a/docs/index.md b/docs/index.md index df2da5e..9a79606 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)