From ccbc4808623281dd6250909a2c26e9647590e74e Mon Sep 17 00:00:00 2001 From: Kozo Nishida Date: Mon, 1 Sep 2025 18:46:52 +0900 Subject: [PATCH] docs: Update API reference links to remove redundant 'api/' prefix --- docs/articles/api/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/articles/api/index.md b/docs/articles/api/index.md index 9d69d98..3510dbc 100644 --- a/docs/articles/api/index.md +++ b/docs/articles/api/index.md @@ -8,11 +8,11 @@ Hatchling is a Python application that provides a chat interface with LLM integr ## Package Structure -- [Core Modules](api/core.md) - Core functionality including chat, LLM, and logging -- [Configuration](api/config.md) - Settings and configuration management -- [UI Components](api/ui.md) - User interface and command handling -- [MCP Utils](api/mcp_utils.md) - Model Context Protocol utilities -- [Main Application](api/app.md) - Main application entry point +- [Core Modules](core.md) - Core functionality including chat, LLM, and logging +- [Configuration](config.md) - Settings and configuration management +- [UI Components](ui.md) - User interface and command handling +- [MCP Utils](mcp_utils.md) - Model Context Protocol utilities +- [Main Application](app.md) - Main application entry point ## Quick Start