From 5ae9fe69495ea60cd55b25d05b2506862da424fd Mon Sep 17 00:00:00 2001 From: Smetalo <92152119+Smetalo@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:48:24 +0200 Subject: [PATCH] Fix broken links in documentation (#11789) Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- .lycheeignore | 6 ++++++ docs/cli/configuration.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .lycheeignore diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 0000000000..0e0a42a21b --- /dev/null +++ b/.lycheeignore @@ -0,0 +1,6 @@ +http://localhost:16686/ +https://github.com/google-gemini/gemini-cli/issues/new/choose +https://github.com/google-gemini/maintainers-gemini-cli/blob/main/npm.md +https://github.com/settings/personal-access-tokens/new +https://github.com/settings/tokens/new +https://www.npmjs.com/package/@google/gemini-cli diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index c93aaf5650..2b82318802 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -566,13 +566,13 @@ for that specific session. - **`--telemetry`**: - Enables [telemetry](./telemetry.md). - **`--telemetry-target`**: - - Sets the telemetry target. See [telemetry](../telemetry.md) for more + - Sets the telemetry target. See [telemetry](./telemetry.md) for more information. - **`--telemetry-otlp-endpoint`**: - - Sets the OTLP endpoint for telemetry. See [telemetry](../telemetry.md) for + - Sets the OTLP endpoint for telemetry. See [telemetry](./telemetry.md) for more information. - **`--telemetry-log-prompts`**: - - Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) + - Enables logging of prompts for telemetry. See [telemetry](./telemetry.md) for more information. - **`--checkpointing`**: - Enables [checkpointing](./checkpointing.md).