Docs: Fix broken checkpointing links in docs/cli/configuration.md (#11508)

This commit is contained in:
Smetalo
2025-10-21 21:05:12 +02:00
committed by GitHub
parent af833c5eff
commit e49f4673f2

View File

@@ -263,7 +263,7 @@ contain other project-specific files related to Gemini CLI's operation, such as:
- **`checkpointing`** (object):
- **Description:** Configures the checkpointing feature, which allows you to
save and restore conversation and file states. See the
[Checkpointing documentation](../checkpointing.md) for more details.
[Checkpointing documentation](./checkpointing.md) for more details.
- **Default:** `{"enabled": false}`
- **Properties:**
- **`enabled`** (boolean): When `true`, the `/restore` command is available.
@@ -575,7 +575,7 @@ for that specific session.
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md)
for more information.
- **`--checkpointing`**:
- Enables [checkpointing](../checkpointing.md).
- Enables [checkpointing](./checkpointing.md).
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
- Specifies a list of extensions to use for the session. If not provided, all
available extensions are used.