From e701d82c5536655c5ae9638d65841c449de81ad2 Mon Sep 17 00:00:00 2001 From: taniashiba <126204004+taniashiba@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:45:38 -0500 Subject: [PATCH] docs: Fixed providers link in Quickstart.md (#280) Co-authored-by: Tania Chakraborty --- README.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9c73f00..3a9f45fb 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ goose session start ``` #### Set up a provider -Goose works with your [preferred LLM][https://block.github.io/goose/plugins/providers.html]. By default, it uses `openai` as the LLM provider. You'll be prompted to set an [API key][openai-key] if you haven't set one previously. +Goose works with your [preferred LLM][providers]. By default, it uses `openai` as the LLM provider. You'll be prompted to set an [API key][openai-key] if you haven't set one previously. >[!TIP] > **Billing:** diff --git a/docs/quickstart.md b/docs/quickstart.md index 3508b638..1b53f121 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -115,5 +115,5 @@ There is also a `Dockerfile` in the root of this project you can use if you want [pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx [openai-key]: https://platform.openai.com/api-keys [getting-started]: https://block.github.io/goose/guidance/getting-started.html -[providers]: https://block.github.io/goose/providers.html +[providers]: https://block.github.io/goose/plugins/providers.html [managing-sessions]: https://block.github.io/goose/guidance/managing-goose-sessions.html \ No newline at end of file