diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index cf525dc505ed..223a1a87064b 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -163,4 +163,4 @@ def example_history(self): ... ``` -[exchange]: https://github.com/square/exchange +[exchange]: https://github.com/block-open-source/goose/tree/main/packages/exchange diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea54db4bb3d1..7433f7b20da1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ This project follows the [Conventional Commits](https://www.conventionalcommits. [issues]: https://github.com/block-open-source/goose/issues [goose-plugins]: https://github.com/block-open-source/goose-plugins -[ai-exchange]: https://github.com/square/exchange +[ai-exchange]: https://github.com/block-open-source/goose/tree/main/packages/exchange [developer]: src/goose/toolkit/developer.py [uv]: https://docs.astral.sh/uv/ [ruff]: https://docs.astral.sh/ruff/ diff --git a/docs/plugins/providers.md b/docs/plugins/providers.md index fdf09697d5a7..7527f798ad0d 100644 --- a/docs/plugins/providers.md +++ b/docs/plugins/providers.md @@ -11,4 +11,4 @@ Providers in Goose mean "LLM providers" that Goose can interact with. Providers * Ollama * OpenAI -[exchange-providers]: https://github.com/square/exchange/tree/main/src/exchange/providers \ No newline at end of file +[exchange-providers]: https://github.com/block-open-source/goose/tree/main/packages/exchange/src/exchange/providers