diff --git a/docs/cli/plan-mode.md b/docs/cli/plan-mode.md index 1125ac126e..2cb52dd3fe 100644 --- a/docs/cli/plan-mode.md +++ b/docs/cli/plan-mode.md @@ -467,6 +467,6 @@ those files are not automatically deleted and must be managed manually. [`plan.toml`]: https://github.com/google-gemini/gemini-cli/blob/main/packages/core/src/policy/policies/plan.toml -[Spec-Driven Development (SDD)]: ../cli/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 19b7dfcd2a..c20dd6571b 100644 --- a/docs/cli/spec-driven-development.md +++ b/docs/cli/spec-driven-development.md @@ -33,8 +33,8 @@ project awareness. ## Usage SDD is designed to manage the entire lifecycle of your development tasks. It is -one of the [planning workflows](../cli/plan-mode.md#planning-workflows) -supported by Gemini CLI. +one of the [planning workflows](plan-mode.md#planning-workflows) supported by +Gemini CLI. ### Enabling SDD