From 4d2eb00b588cefe134ca98adbf3d23c24fe2c6ff Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Sat, 25 Jan 2025 18:11:41 +0100 Subject: [PATCH] fix: Broken links (#772) --- documentation/docs/guides/managing-goose-sessions.md | 2 +- documentation/docs/guides/using-goosehints.md | 2 +- documentation/docs/troubleshooting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/docs/guides/managing-goose-sessions.md b/documentation/docs/guides/managing-goose-sessions.md index fe6585a7..3375e453 100644 --- a/documentation/docs/guides/managing-goose-sessions.md +++ b/documentation/docs/guides/managing-goose-sessions.md @@ -48,7 +48,7 @@ A session is a single, continuous interaction between you and Goose, providing a :::info - If this is your first session, Goose will prompt you for an API key to access an LLM (Large Language Model) of your choice. For more information on setting up your API key, see the [Installation Guide](docs/getting-started/installation#set-up-a-provider). Here is the list of [supported LLMs](/docs/getting-started/providers). + If this is your first session, Goose will prompt you for an API key to access an LLM (Large Language Model) of your choice. For more information on setting up your API key, see the [Installation Guide](/docs/getting-started/installation#set-up-a-provider). Here is the list of [supported LLMs](/docs/getting-started/providers). ::: ## Exit Session diff --git a/documentation/docs/guides/using-goosehints.md b/documentation/docs/guides/using-goosehints.md index e2f3acc1..91db0526 100644 --- a/documentation/docs/guides/using-goosehints.md +++ b/documentation/docs/guides/using-goosehints.md @@ -8,7 +8,7 @@ sidebar_position: 3 `.goosehints` is a text file used to provide additional context about your project and improve the communication with Goose. The use of `goosehints` ensures that Goose understands your requirements better and can execute tasks more effectively. :::info Developer extension required -To make use of the hints file, you need to have the `developer` extension [enabled](../configuration/using-extensions). +To make use of the hints file, you need to have the `developer` extension [enabled](/docs/getting-started/using-extensions). ::: diff --git a/documentation/docs/troubleshooting.md b/documentation/docs/troubleshooting.md index 3fc46f72..2f58c72d 100644 --- a/documentation/docs/troubleshooting.md +++ b/documentation/docs/troubleshooting.md @@ -77,6 +77,6 @@ If you have questions, run into issues, or just need to brainstorm ideas join th [handling-rate-limits]: /docs/guides/handling-llm-rate-limits-with-goose -[installation]: docs/getting-started/installation +[installation]: /docs/getting-started/installation [discord]: https://discord.gg/block-opensource [goosehints]: /docs/guides/using-goosehints