From e49f4673f204313e9fd45a50fed87728ae06a4e5 Mon Sep 17 00:00:00 2001 From: Smetalo <92152119+Smetalo@users.noreply.github.com> Date: Tue, 21 Oct 2025 21:05:12 +0200 Subject: [PATCH] Docs: Fix broken checkpointing links in docs/cli/configuration.md (#11508) --- docs/cli/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 664845880f..b9c09d26fe 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -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 `** (**`-e `**): - Specifies a list of extensions to use for the session. If not provided, all available extensions are used.