From 5a0b21b1d1973df0adcb9d1525b6ecf004b69e4a Mon Sep 17 00:00:00 2001 From: Dmitry Lyalin Date: Tue, 7 Oct 2025 08:59:42 -0400 Subject: [PATCH] Fix link to Extension Releasing Guide (broken link) (#10635) --- docs/extensions/getting-started-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/getting-started-extensions.md b/docs/extensions/getting-started-extensions.md index 2622141723..f8f7f34870 100644 --- a/docs/extensions/getting-started-extensions.md +++ b/docs/extensions/getting-started-extensions.md @@ -198,7 +198,7 @@ Restart the CLI again. The model will now have the context from your `GEMINI.md` Once you are happy with your extension, you can share it with others. The two primary ways of releasing extensions are via a Git repository or through GitHub Releases. Using a public Git repository is the simplest method. -For detailed instructions on both methods, please refer to the [Extension Releasing Guide](./extensions/extension-releasing.md). +For detailed instructions on both methods, please refer to the [Extension Releasing Guide](./extension-releasing.md). ## Conclusion