diff --git a/docs/headless.md b/docs/headless.md index 80dbf3fc32..a4fcc425cd 100644 --- a/docs/headless.md +++ b/docs/headless.md @@ -244,7 +244,7 @@ Key command-line options for headless usage: | `--yolo`, `-y` | Auto-approve all actions | `gemini -p "query" --yolo` | | `--approval-mode` | Set approval mode | `gemini -p "query" --approval-mode auto_edit` | -For complete details on all available configuration options, settings files, and environment variables, see the [Configuration Guide](./configuration.md). +For complete details on all available configuration options, settings files, and environment variables, see the [Configuration Guide](./cli/configuration.md). ## Examples @@ -317,7 +317,7 @@ tail -5 usage.log ## Resources -- [CLI Configuration](./configuration.md) - Complete configuration guide -- [Authentication](./authentication.md) - Setup authentication -- [Commands](./commands.md) - Interactive commands reference -- [Tutorials](./tutorials.md) - Step-by-step automation guides +- [CLI Configuration](./cli/configuration.md) - Complete configuration guide +- [Authentication](./cli/authentication.md) - Setup authentication +- [Commands](./cli/commands.md) - Interactive commands reference +- [Tutorials](./cli/tutorials.md) - Step-by-step automation guides