From 8f671e7273b18cb8c7454837139bee039dba3a29 Mon Sep 17 00:00:00 2001 From: Drew Hintz Date: Wed, 2 Oct 2024 23:14:56 -0500 Subject: [PATCH] docs: update links to exchange to the new location (#108) --- ARCHITECTURE.md | 2 +- CONTRIBUTING.md | 2 +- docs/plugins/providers.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index cf525dc5..223a1a87 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 ea54db4b..7433f7b2 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 fdf09697..7527f798 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