From 24c6c53b0ac921b79f9d9805d27c327931bb6bdc Mon Sep 17 00:00:00 2001 From: Kevin Robatel Date: Sat, 28 Feb 2026 12:20:56 +0100 Subject: [PATCH] Fix authentication documentation links in README Updated authentication links in README to point to the correct documentation section. Signed-off-by: Kevin Robatel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e79754a..ec2ae9b4f 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini- For more details, see the documentation on [settings files](https://github.com/google-gemini/gemini-cli/blob/main/docs/get-started/configuration.md#settings-files). - use_gemini_code_assist: _(Optional, default: `false`)_ Whether to use Code Assist for Gemini model access instead of the default Gemini API key. - For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md). + For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/get-started/authentication.md). - use_vertex_ai: _(Optional, default: `false`)_ Whether to use Vertex AI for Gemini model access instead of the default Gemini API key. For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md).