From c879453db42c4a803b08b0eeb9180f3618b9ff8d Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Tue, 17 Mar 2026 17:40:14 -0400 Subject: [PATCH] docs: use standard ./ relative links for documentation --- docs/cli/plan-mode.md | 2 +- docs/cli/spec-driven-development.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/plan-mode.md b/docs/cli/plan-mode.md index c34c8be9b4..e3dea63523 100644 --- a/docs/cli/plan-mode.md +++ b/docs/cli/plan-mode.md @@ -487,6 +487,6 @@ gemini --approval-mode plan -p "Analyze telemetry and suggest improvements" [`plan.toml`]: https://github.com/google-gemini/gemini-cli/blob/main/packages/core/src/policy/policies/plan.toml -[Spec-Driven Development (SDD)]: spec-driven-development.md +[Spec-Driven Development (SDD)]: ./spec-driven-development.md [Conductor]: https://github.com/gemini-cli-extensions/conductor [open an issue]: https://github.com/google-gemini/gemini-cli/issues diff --git a/docs/cli/spec-driven-development.md b/docs/cli/spec-driven-development.md index c20dd6571b..52f17591c4 100644 --- a/docs/cli/spec-driven-development.md +++ b/docs/cli/spec-driven-development.md @@ -33,7 +33,7 @@ project awareness. ## Usage SDD is designed to manage the entire lifecycle of your development tasks. It is -one of the [planning workflows](plan-mode.md#planning-workflows) supported by +one of the [planning workflows](./plan-mode.md#planning-workflows) supported by Gemini CLI. ### Enabling SDD