docs: use direct relative links for same-directory files

This commit is contained in:
Jerop Kipruto
2026-03-17 17:33:12 -04:00
parent 99e1aa0970
commit 076841f313
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -467,6 +467,6 @@ those files are not automatically deleted and must be managed manually.
[`plan.toml`]: [`plan.toml`]:
https://github.com/google-gemini/gemini-cli/blob/main/packages/core/src/policy/policies/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 [Conductor]: https://github.com/gemini-cli-extensions/conductor
[open an issue]: https://github.com/google-gemini/gemini-cli/issues [open an issue]: https://github.com/google-gemini/gemini-cli/issues
+2 -2
View File
@@ -33,8 +33,8 @@ project awareness.
## Usage ## Usage
SDD is designed to manage the entire lifecycle of your development tasks. It is 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) one of the [planning workflows](plan-mode.md#planning-workflows) supported by
supported by Gemini CLI. Gemini CLI.
### Enabling SDD ### Enabling SDD