From 3660d4ecc001702629b968b32ade4e6d5e6717f3 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 24 Sep 2025 20:01:26 +0000 Subject: [PATCH] docs(extensions): update security extension URL used in installation example (#9505) --- docs/extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extension.md b/docs/extension.md index 00f65d553a..4d51ea774d 100644 --- a/docs/extension.md +++ b/docs/extension.md @@ -19,7 +19,7 @@ You can install an extension using `gemini extensions install` with either a Git Note that we create a copy of the installed extension, so you will need to run `gemini extensions update` to pull in changes from both locally-defined extensions and those on GitHub. ``` -gemini extensions install https://github.com/google-gemini/gemini-cli-security +gemini extensions install https://github.com/gemini-cli-extensions/security ``` This will install the Gemini CLI Security extension, which offers support for a `/security:analyze` command.