From 0ce69ca3b6d322e13d081d0f526d187a49bd110f Mon Sep 17 00:00:00 2001 From: "silent.mo" <1916393131@qq.com> Date: Thu, 22 Jan 2026 22:17:12 +0800 Subject: [PATCH] docs: Fix broken documentation links in README files --- README.md | 2 +- README_CN.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbcde25..9eecfc5 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ This project is licensed under the [MIT License](LICENSE). ## References -- MiniMax API: https://platform.minimaxi.com/document +- MiniMax API: https://platform.minimax.io/docs - MiniMax-M2: https://github.com/MiniMax-AI/MiniMax-M2 - Anthropic API: https://docs.anthropic.com/claude/reference - Claude Skills: https://github.com/anthropics/skills diff --git a/README_CN.md b/README_CN.md index 286d41e..696c5a3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -313,7 +313,7 @@ python -m mini_agent.cli ## 相关文档 - [开发指南](docs/DEVELOPMENT_GUIDE_CN.md) - 详细的开发和配置指引 -- [生产环境指南](docs/PRODUCTION_DEPLOYMENT_GUIDE_CN.md) - 生产部署最佳实践 +- [生产环境指南](docs/PRODUCTION_GUIDE_CN.md) - 生产部署最佳实践 ## 社区 @@ -334,7 +334,7 @@ python -m mini_agent.cli ## 参考资源 -- MiniMax API: https://platform.minimaxi.com/document +- MiniMax API: https://platform.minimaxi.com/docs - MiniMax-M2: https://github.com/MiniMax-AI/MiniMax-M2 - Anthropic API: https://docs.anthropic.com/claude/reference - Claude Skills: https://github.com/anthropics/skills