From 12401898f1f541a8a7919c94b4616fb0263dcce5 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Thu, 17 Jul 2025 23:26:56 +0200 Subject: [PATCH] Fix link for checkpointing doc for `--checkpointing` (#4304) Co-authored-by: Scott Densmore --- docs/cli/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index d1ddf1da..4e76cbe6 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -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 `** (**`-e `**): - 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.