diff options
| author | starsandskies <[email protected]> | 2025-06-23 20:56:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-23 20:56:57 -0700 |
| commit | 9f5a625730893042982a85364aa1360263016425 (patch) | |
| tree | 1fabe118f06aa0e20ea99088a428d0091ebdc639 /docs/cli | |
| parent | d3f13c71ae78494b69c36a6d62dd9b3852bdfec2 (diff) | |
Fix broken doc links (#1368)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/configuration.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 65bf80a0..0c0aec5a 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -162,7 +162,7 @@ In addition to a project settings file, a project's `.gemini` directory can cont - **Example:** `"preferredEditor": "vscode"` - **`telemetry`** (object) - - **Description:** Configures logging and metrics collection for Gemini CLI. For more information, see [Telemetry](../core/telemetry.md). + - **Description:** Configures logging and metrics collection for Gemini CLI. For more information, see [Telemetry](../telemetry.md). - **Default:** `{"enabled": false, "target": "local", "otlpEndpoint": "http://localhost:4317", "logPrompts": true}` - **Properties:** - **`enabled`** (boolean): Whether or not telemtery is enabled. @@ -307,13 +307,13 @@ Arguments passed directly when running the CLI can override other configurations - **`--yolo`**: - Enables YOLO mode, which automatically approves all tool calls. - **`--telemetry`**: - - Enables [telemetry](../core/telemetry.md). + - Enables [telemetry](../telemetry.md). - **`--telemetry-target`**: - - Sets the telemetry target. See [telemetry](../core/telemetry.md) for more information. + - Sets the telemetry target. See [telemetry](../telemetry.md) for more information. - **`--telemetry-otlp-endpoint`**: - - Sets the OTLP endpoint for telemetry. See [telemetry](../core/telemetry.md) for more information. + - Sets the OTLP endpoint for telemetry. See [telemetry](../telemetry.md) for more information. - **`--telemetry-log-prompts`**: - - Enables logging of prompts for telemetry. See [telemetry](../core/telemetry.md) for more information. + - Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) for more information. - **`--checkpointing`**: - Enables [checkpointing](./commands.md#checkpointing-commands). - **`--version`**: |
