From 1673652ccc0eecd02a48d09cd81c66b81cd17a68 Mon Sep 17 00:00:00 2001 From: thejjw <72130076+thejjw@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:21:20 +0000 Subject: [PATCH] docs: fix broken Gemini CLI link --- components/CompatibilitySection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 02d5a4e..89f2a3a 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -51,7 +51,7 @@ const agents: AgentEntry[] = [ }, { name: "Gemini CLI", - url: "https://github.com/google-gemini/gemini-cli/blob/main/docs/get-started/configuration.md#available-settings-in-settingsjson", + url: "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md", from: "Google", imageSrc: "/logos/gemini.svg", },