From 9f18f53294d60a0e15b26558c687313fedcabb86 Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Tue, 16 Dec 2025 10:03:16 +0800 Subject: [PATCH] feat: fix link --- docs/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2b499657..802c6899 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,20 +1,23 @@ - # Qwen Code Documentation Welcome to the Qwen Code documentation. Qwen Code is an agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. ## Documentation Sections -### [User Guide](/users/overview) +### [User Guide](./users/overview) + Learn how to use Qwen Code as an end user. This section covers: + - Basic installation and setup - Common usage patterns - Features and capabilities - Configuration options - Troubleshooting -### [Developer Guide](/developers/contributing) +### [Developer Guide](./developers/contributing) + Learn how to contribute to and develop Qwen Code. This section covers: + - Architecture overview - Contributing guidelines - Core concepts and implementation details