From 1b39db7eeafe13e53c5b60abdfd83abb32d0a54a Mon Sep 17 00:00:00 2001 From: Aqil Aziz Date: Wed, 13 May 2026 05:28:59 +0700 Subject: [PATCH] docs: fix internal documentation anchors (#9094) Signed-off-by: aqilaziz --- documentation/docs/guides/cli-providers.md | 2 +- documentation/docs/guides/config-files.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/guides/cli-providers.md b/documentation/docs/guides/cli-providers.md index 017bf3e91b..269c58b173 100644 --- a/documentation/docs/guides/cli-providers.md +++ b/documentation/docs/guides/cli-providers.md @@ -25,7 +25,7 @@ CLI providers are useful if you: - need session persistence to save, resume, and export conversation history - want to use goose recipes and scheduled tasks to create repeatable workflows - prefer unified commands across different AI providers -- want to [use multiple models together](#combining-with-other-models) in your tasks +- want to [use multiple models together](#combining-with-planner-models) in your tasks ### Benefits diff --git a/documentation/docs/guides/config-files.md b/documentation/docs/guides/config-files.md index 023ae585a4..c4023b5c64 100644 --- a/documentation/docs/guides/config-files.md +++ b/documentation/docs/guides/config-files.md @@ -149,7 +149,7 @@ These paths are prepended to the system PATH when running extension commands, en ## Observability Configuration -Configure goose to export telemetry to [OpenTelemetry](https://opentelemetry.io/docs/) compatible platforms. Environment variables override these settings and support additional options like per-signal configuration. See the [environment variables guide](/docs/guides/environment-variables#opentelemetry-protocol-otlp) for details. +Configure goose to export telemetry to [OpenTelemetry](https://opentelemetry.io/docs/) compatible platforms. Environment variables override these settings and support additional options like per-signal configuration. See the [environment variables guide](/docs/guides/environment-variables#observability-configuration) for details. | Setting | Purpose | Values | Default | |---------|---------|--------|---------|