From 0a0d385fb81df6885fbe136d5374ad4eaded6396 Mon Sep 17 00:00:00 2001 From: Waffle Date: Thu, 13 Nov 2025 23:41:03 +0800 Subject: [PATCH] docs: correct broken links in development guide --- docs/DEVELOPMENT_GUIDE.md | 5 +++-- docs/DEVELOPMENT_GUIDE_CN.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/DEVELOPMENT_GUIDE.md b/docs/DEVELOPMENT_GUIDE.md index a77d9ac..bdc45c1 100644 --- a/docs/DEVELOPMENT_GUIDE.md +++ b/docs/DEVELOPMENT_GUIDE.md @@ -285,8 +285,9 @@ Skills provide 20+ professional capabilities, making the Agent work like a profe ✨ **This is one of the core highlights of this project.** For details, see the "Configure Skills" section below. **More information:** -- [Claude Skills Official Documentation](https://github.com/anthropics/anthropic-quickstarts/tree/main/claude-skills) -- [Anthropic Blog: Equipping agents for the real world](https://www.anthropic.com/news/equipping-agents-for-the-real-world) + +- [Claude Skills Official Documentation](https://docs.claude.com/zh-CN/docs/agents-and-tools/agent-skills) +- [Anthropic Blog: Equipping agents for the real world](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) ### 3.5 Adding a New Skill diff --git a/docs/DEVELOPMENT_GUIDE_CN.md b/docs/DEVELOPMENT_GUIDE_CN.md index 42aaa7a..ba1b266 100644 --- a/docs/DEVELOPMENT_GUIDE_CN.md +++ b/docs/DEVELOPMENT_GUIDE_CN.md @@ -286,8 +286,9 @@ Skills 库提供了超过20种专业能力,能让 Agent 如同行业专家般 ✨ **这是本项目的核心亮点之一。** **更多信息:** -- [Claude Skills 官方文档](https://github.com/anthropics/anthropic-quickstarts/tree/main/claude-skills) -- [Anthropic 博客:为真实世界装备智能体](https://www.anthropic.com/news/equipping-agents-for-the-real-world) + +- [Claude Skills 官方文档](https://docs.claude.com/zh-CN/docs/agents-and-tools/agent-skills) +- [Anthropic 博客:为真实世界装备智能体](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) ### 3.5 添加新的Skill