docs: fix links in headless.md after relocation from docs/cli (#9052)

This commit is contained in:
Junhao Liao
2025-09-23 12:24:41 -04:00
committed by GitHub
parent 82625fc07a
commit c96f8259c1

View File

@@ -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