From 2d7eca96c6de1eead67d037a5c15f33b0ae4e6e7 Mon Sep 17 00:00:00 2001
From: Bradley Axen
-
+
@@ -225,19 +225,19 @@ Let us know what you think in our [Discussions][discussions] or the [**`#goose`*
[goose-plugins]: https://github.com/block-open-source/goose-plugins
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
-[contributing]: https://github.com/block-open-source/goose/blob/main/CONTRIBUTING.md
-[license]: https://github.com/block-open-source/goose/blob/main/LICENSE
+[contributing]: https://github.com/block/goose/blob/main/CONTRIBUTING.md
+[license]: https://github.com/block/goose/blob/main/LICENSE
-[goose-docs]: https://block-open-source.github.io/goose/
-[toolkits]: https://block-open-source.github.io/goose/plugins/available-toolkits.html
-[configuration]: https://block-open-source.github.io/goose/configuration.html
-[cli]: https://block-open-source.github.io/goose/plugins/cli.html
-[providers]: https://block-open-source.github.io/goose/providers.html
-[use-cases]: https://block-open-source.github.io/goose/guidance/applications.html
-[getting-started]: https://block-open-source.github.io/goose/guidance/getting-started.html
+[goose-docs]: https://block.github.io/goose/
+[toolkits]: https://block.github.io/goose/plugins/available-toolkits.html
+[configuration]: https://block.github.io/goose/configuration.html
+[cli]: https://block.github.io/goose/plugins/cli.html
+[providers]: https://block.github.io/goose/providers.html
+[use-cases]: https://block.github.io/goose/guidance/applications.html
+[getting-started]: https://block.github.io/goose/guidance/getting-started.html
[discord-invite]: https://discord.gg/7GaTvbDwga
-[gh-issues]: https://github.com/block-open-source/goose/issues
+[gh-issues]: https://github.com/block/goose/issues
[van-code]: https://github.com/block-open-source/goose-plugins/blob/de98cd6c29f8e7cd3b6ace26535f24ac57c9effa/src/goose_plugins/toolkits/artify.py
-[discussions]: https://github.com/block-open-source/goose/discussions
+[discussions]: https://github.com/block/goose/discussions
[goose-channel]: https://discord.com/channels/1287729918100246654/1287729920319033345
diff --git a/docs/index.md b/docs/index.md
index ec8e7e5e..7f535814 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,7 +10,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
-
+
@@ -167,19 +167,19 @@ Let us know what you think in our [Discussions][discussions] or the [**`#goose`*
[goose-plugins]: https://github.com/block-open-source/goose-plugins
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
-[contributing]: https://github.com/block-open-source/goose/blob/main/CONTRIBUTING.md
-[license]: https://github.com/block-open-source/goose/blob/main/LICENSE
+[contributing]: https://github.com/block/goose/blob/main/CONTRIBUTING.md
+[license]: https://github.com/block/goose/blob/main/LICENSE
-[goose-docs]: https://block-open-source.github.io/goose/
-[toolkits]: https://block-open-source.github.io/goose/plugins/available-toolkits.html
-[configuration]: https://block-open-source.github.io/goose/configuration.html
-[cli]: https://block-open-source.github.io/goose/plugins/cli.html
-[providers]: https://block-open-source.github.io/goose/providers.html
-[use-cases]: https://block-open-source.github.io/goose/guidance/applications.html
-[getting-started]: https://block-open-source.github.io/goose/guidance/getting-started.html
+[goose-docs]: https://block.github.io/goose/
+[toolkits]: https://block.github.io/goose/plugins/available-toolkits.html
+[configuration]: https://block.github.io/goose/configuration.html
+[cli]: https://block.github.io/goose/plugins/cli.html
+[providers]: https://block.github.io/goose/providers.html
+[use-cases]: https://block.github.io/goose/guidance/applications.html
+[getting-started]: https://block.github.io/goose/guidance/getting-started.html
[discord-invite]: https://discord.gg/7GaTvbDwga
-[gh-issues]: https://github.com/block-open-source/goose/issues
+[gh-issues]: https://github.com/block/goose/issues
[van-code]: https://github.com/block-open-source/goose-plugins/blob/de98cd6c29f8e7cd3b6ace26535f24ac57c9effa/src/goose_plugins/toolkits/artify.py
-[discussions]: https://github.com/block-open-source/goose/discussions
+[discussions]: https://github.com/block/goose/discussions
[goose-channel]: https://discord.com/channels/1287729918100246654/1287729920319033345
diff --git a/docs/plugins/providers.md b/docs/plugins/providers.md
index 63e5e80f..6e1f0311 100644
--- a/docs/plugins/providers.md
+++ b/docs/plugins/providers.md
@@ -12,4 +12,4 @@ Providers in Goose mean "LLM providers" that Goose can interact with. Providers
* Ollama
* OpenAI
-[exchange-providers]: https://github.com/block-open-source/goose/tree/main/packages/exchange/src/exchange/providers
+[exchange-providers]: https://github.com/block/goose/tree/main/packages/exchange/src/exchange/providers
diff --git a/mkdocs.yml b/mkdocs.yml
index df77335e..48bad826 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,10 +1,10 @@
site_name: Goose Documentation
site_author: Block
site_description: Documentation for Goose
-repo_url: https://github.com/block-open-source/goose
-repo_name: "block-open-source/goose"
-edit_uri: "https://github.com/block-open-source/goose/blob/main/docs/"
-site_url: "https://block-open-source.github.io/goose/"
+repo_url: https://github.com/block/goose
+repo_name: "block/goose"
+edit_uri: "https://github.com/block/goose/blob/main/docs/"
+site_url: "https://block.github.io/goose/"
use_directory_urls: false
# theme
theme:
@@ -56,7 +56,7 @@ plugins:
- git-committers: # Show git committers
branch: main
enabled: !ENV [ENV_PROD, false]
- repository: block-open-source/goose
+ repository: block/goose
- git-revision-date-localized: # Show git revision date
enable_creation_date: true
enabled: !ENV [ENV_PROD, false]
diff --git a/src/goose/utils/_create_exchange.py b/src/goose/utils/_create_exchange.py
index d1aa318f..de3170eb 100644
--- a/src/goose/utils/_create_exchange.py
+++ b/src/goose/utils/_create_exchange.py
@@ -23,7 +23,7 @@ def create_exchange(profile: Profile, notifier: SessionNotifier) -> Exchange:
except InvalidChoiceError as e:
error_message = (
f"[bold red]{e.message}[/bold red].\nPlease check your configuration file at {PROFILES_CONFIG_PATH}.\n"
- + "Configuration doc: https://block-open-source.github.io/goose/configuration.html"
+ + "Configuration doc: https://block.github.io/goose/configuration.html"
)
print(error_message)
sys.exit(1)