From f6c2d619066dcceabd43f80eabd163c13973d961 Mon Sep 17 00:00:00 2001 From: Aaron Smith <60046611+medic-code@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:02:13 +0000 Subject: [PATCH] docs: Remove .md extension from internal links in architecture.md (#12899) Co-authored-by: Jack Wotherspoon --- docs/architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 2ba454e172..cf6ac8359d 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -13,11 +13,11 @@ input: as handling the initial user input, presenting the final output, and managing the overall user experience. - **Key functions contained in the package:** - - [Input processing](/docs/cli/commands.md) + - [Input processing](/docs/cli/commands) - History management - Display rendering - - [Theme and UI customization](/docs/cli/themes.md) - - [CLI configuration settings](/docs/get-started/configuration.md) + - [Theme and UI customization](/docs/cli/themes) + - [CLI configuration settings](/docs/get-started/configuration) 2. **Core package (`packages/core`):** - **Purpose:** This acts as the backend for the Gemini CLI. It receives