Fix link for checkpointing doc for `--checkpointing` (#4304)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
Yun Peng 2025-07-17 23:26:56 +02:00 committed by GitHub
parent 606a7702de
commit 12401898f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ Arguments passed directly when running the CLI can override other configurations
- **`--telemetry-log-prompts`**:
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) for more information.
- **`--checkpointing`**:
- Enables [checkpointing](./commands.md#checkpointing-commands).
- 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.
- Use the special term `gemini -e none` to disable all extensions.