diff options
Diffstat (limited to 'docs/cli/configuration.md')
| -rw-r--r-- | docs/cli/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 0c0aec5a..fe587e1c 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -150,7 +150,7 @@ In addition to a project settings file, a project's `.gemini` directory can cont - **`checkpointing`** (object): - - **Description:** Configures the checkpointing feature, which allows you to save and restore conversation and file states. See the [Checkpointing Commands](./commands.md#checkpointing-commands) for more details. + - **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. - **Default:** `{"enabled": false}` - **Properties:** - **`enabled`** (boolean): When `true`, the `/restore` command is available. |
