From 65b9e367f080298c78b754b694aa2603bf1c1651 Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Fri, 10 Oct 2025 08:59:27 -0700 Subject: [PATCH] Docs: Fix broken links in architecture.md (#10747) --- docs/architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 0bd3e1b1a3..5f601f6101 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](../cli/commands.md) + - [Input processing](/docs/cli/commands.md) - History management - Display rendering - - [Theme and UI customization](../cli/themes.md) - - [CLI configuration settings](../get-started/configuration.md) + - [Theme and UI customization](/docs/cli/themes.md) + - [CLI configuration settings](/docs/get-started/configuration.md) 2. **Core package (`packages/core`):** - **Purpose:** This acts as the backend for the Gemini CLI. It receives