From 6d48a12efea13ff66d1ba9c0ff2c2381b1ee2085 Mon Sep 17 00:00:00 2001 From: Tirth Panchal <147605856+Panchal-Tirth@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:14:00 +0530 Subject: [PATCH] docs: fix broken GEMINI.md link in CONTRIBUTING.md (#24182) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com> --- CONTRIBUTING.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b3e18d6af..ccc2ad70ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -346,9 +346,11 @@ npm run lint - Please adhere to the coding style, patterns, and conventions used throughout the existing codebase. -- Consult [GEMINI.md](../GEMINI.md) (typically found in the project root) for - specific instructions related to AI-assisted development, including - conventions for React, comments, and Git usage. +- Consult + [GEMINI.md](https://github.com/google-gemini/gemini-cli/blob/main/GEMINI.md) + (typically found in the project root) for specific instructions related to + AI-assisted development, including conventions for React, comments, and Git + usage. - **Imports:** Pay special attention to import paths. The project uses ESLint to enforce restrictions on relative imports between packages. @@ -505,8 +507,9 @@ code. ### Documentation structure -Our documentation is organized using [sidebar.json](/docs/sidebar.json) as the -table of contents. When adding new documentation: +Our documentation is organized using +[sidebar.json](https://github.com/google-gemini/gemini-cli/blob/main/docs/sidebar.json) +as the table of contents. When adding new documentation: 1. Create your markdown file **in the appropriate directory** under `/docs`. 2. Add an entry to `sidebar.json` in the relevant section.