Skip to content

Commit 5922b3f

Browse files
kozo2LittleCoinCoin
authored andcommitted
docs: Update API reference links to remove redundant 'api/' prefix (#68)
1 parent e22371b commit 5922b3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/articles/api/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Hatchling is a Python application that provides a chat interface with LLM integr
88

99
## Package Structure
1010

11-
- [Core Modules](api/core.md) - Core functionality including chat, LLM, and logging
12-
- [Configuration](api/config.md) - Settings and configuration management
13-
- [UI Components](api/ui.md) - User interface and command handling
14-
- [MCP Utils](api/mcp_utils.md) - Model Context Protocol utilities
15-
- [Main Application](api/app.md) - Main application entry point
11+
- [Core Modules](core.md) - Core functionality including chat, LLM, and logging
12+
- [Configuration](config.md) - Settings and configuration management
13+
- [UI Components](ui.md) - User interface and command handling
14+
- [MCP Utils](mcp_utils.md) - Model Context Protocol utilities
15+
- [Main Application](app.md) - Main application entry point
1616

1717
## Quick Start
1818

0 commit comments

Comments
 (0)