From 1c5fba3ae9018607626faedf86c8cf9de4e2256e Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Sat, 28 Feb 2026 07:29:38 +0800 Subject: [PATCH] docs: external - fix broken relative links --- .github/ISSUE_TEMPLATE/prompt_contribution.md | 4 ++-- assets/repo/Skill_Seekers-development/CLAUDE.md | 4 ++-- .../repo/Skill_Seekers-development/docs/ENHANCEMENT.md | 2 +- .../repo/Skill_Seekers-development/docs/MCP_SETUP.md | 4 ++-- .../docs/PDF_IMAGE_EXTRACTION.md | 2 +- .../docs/TEST_MCP_IN_CLAUDE_CODE.md | 6 +++--- .../src/skill_seekers/mcp/README.md | 10 +++++----- .../repo/XHS-image-to-PDF-conversion/CONTRIBUTING.md | 10 ++++++++++ assets/repo/XHS-image-to-PDF-conversion/README.md | 2 +- 9 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 assets/repo/XHS-image-to-PDF-conversion/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE/prompt_contribution.md b/.github/ISSUE_TEMPLATE/prompt_contribution.md index 2a5a489..7a2481b 100644 --- a/.github/ISSUE_TEMPLATE/prompt_contribution.md +++ b/.github/ISSUE_TEMPLATE/prompt_contribution.md @@ -45,5 +45,5 @@ body: required: true - label: "我已经在本地测试过这个提示词,并确认其有效性。" required: true - - label: "我同意将这个提示词以项目所使用的 [MIT License](LICENSE) 授权给社区。" - required: true \ No newline at end of file + - label: "我同意将这个提示词以项目所使用的 [MIT License](../../LICENSE) 授权给社区。" + required: true diff --git a/assets/repo/Skill_Seekers-development/CLAUDE.md b/assets/repo/Skill_Seekers-development/CLAUDE.md index dfea887..77bbc95 100644 --- a/assets/repo/Skill_Seekers-development/CLAUDE.md +++ b/assets/repo/Skill_Seekers-development/CLAUDE.md @@ -826,8 +826,8 @@ The correct command uses the local `cli/package_skill.py` in the repository root - **[CHANGELOG.md](CHANGELOG.md)** - Release history and v2.0.0 details **UPDATED!** - **[FUTURE_RELEASES.md](FUTURE_RELEASES.md)** - Roadmap for v2.1.0+ **NEW!** - **[FLEXIBLE_ROADMAP.md](FLEXIBLE_ROADMAP.md)** - Complete task catalog (134 tasks) -- **[NEXT_TASKS.md](NEXT_TASKS.md)** - What to work on next -- **[TODO.md](TODO.md)** - Current focus +- **[ROADMAP.md](ROADMAP.md)** - What to work on next +- **[FLEXIBLE_ROADMAP.md](FLEXIBLE_ROADMAP.md)** - Current focus - **[STRUCTURE.md](STRUCTURE.md)** - Repository structure ## Notes for Claude Code diff --git a/assets/repo/Skill_Seekers-development/docs/ENHANCEMENT.md b/assets/repo/Skill_Seekers-development/docs/ENHANCEMENT.md index 0a9b9f8..f322dab 100644 --- a/assets/repo/Skill_Seekers-development/docs/ENHANCEMENT.md +++ b/assets/repo/Skill_Seekers-development/docs/ENHANCEMENT.md @@ -247,4 +247,4 @@ ADDITIONAL REQUIREMENTS: - [README.md](../README.md) - Main documentation - [CLAUDE.md](CLAUDE.md) - Architecture guide -- [doc_scraper.py](../doc_scraper.py) - Main scraping tool +- [doc_scraper.py](../src/skill_seekers/cli/doc_scraper.py) - Main scraping tool diff --git a/assets/repo/Skill_Seekers-development/docs/MCP_SETUP.md b/assets/repo/Skill_Seekers-development/docs/MCP_SETUP.md index fd76f13..776640a 100644 --- a/assets/repo/Skill_Seekers-development/docs/MCP_SETUP.md +++ b/assets/repo/Skill_Seekers-development/docs/MCP_SETUP.md @@ -583,9 +583,9 @@ After successful setup: ## Getting Help -- **Documentation**: See [mcp/README.md](../mcp/README.md) +- **Documentation**: See [src/skill_seekers/mcp/README.md](../src/skill_seekers/mcp/README.md) - **Issues**: [GitHub Issues](https://github.com/yusufkaraaslan/Skill_Seekers/issues) -- **Examples**: See [.github/ISSUES_TO_CREATE.md](../.github/ISSUES_TO_CREATE.md) for test cases +- **Examples**: See [TEST_MCP_IN_CLAUDE_CODE.md](TEST_MCP_IN_CLAUDE_CODE.md) for test cases --- diff --git a/assets/repo/Skill_Seekers-development/docs/PDF_IMAGE_EXTRACTION.md b/assets/repo/Skill_Seekers-development/docs/PDF_IMAGE_EXTRACTION.md index 9d17186..af55478 100644 --- a/assets/repo/Skill_Seekers-development/docs/PDF_IMAGE_EXTRACTION.md +++ b/assets/repo/Skill_Seekers-development/docs/PDF_IMAGE_EXTRACTION.md @@ -314,7 +314,7 @@ When building PDF-based skills, images will be: See diagram below for the complete API flow: -![API Flow](assets/images/api_flow.png) +> 图示提示:上游文档引用了 `assets/images/api_flow.png`,但该文件未包含在当前仓库镜像中。 The diagram shows... ``` diff --git a/assets/repo/Skill_Seekers-development/docs/TEST_MCP_IN_CLAUDE_CODE.md b/assets/repo/Skill_Seekers-development/docs/TEST_MCP_IN_CLAUDE_CODE.md index d8415a2..1a1bd72 100644 --- a/assets/repo/Skill_Seekers-development/docs/TEST_MCP_IN_CLAUDE_CODE.md +++ b/assets/repo/Skill_Seekers-development/docs/TEST_MCP_IN_CLAUDE_CODE.md @@ -332,9 +332,9 @@ Once MCP integration works: ## Reference -- **Full Setup Guide:** [docs/MCP_SETUP.md](docs/MCP_SETUP.md) -- **MCP Documentation:** [mcp/README.md](mcp/README.md) -- **Main README:** [README.md](README.md) +- **Full Setup Guide:** [MCP_SETUP.md](MCP_SETUP.md) +- **MCP Documentation:** [src/skill_seekers/mcp/README.md](../src/skill_seekers/mcp/README.md) +- **Main README:** [README.md](../README.md) - **Setup Script:** `./setup_mcp.sh` --- diff --git a/assets/repo/Skill_Seekers-development/src/skill_seekers/mcp/README.md b/assets/repo/Skill_Seekers-development/src/skill_seekers/mcp/README.md index f34cb1f..75aaab5 100644 --- a/assets/repo/Skill_Seekers-development/src/skill_seekers/mcp/README.md +++ b/assets/repo/Skill_Seekers-development/src/skill_seekers/mcp/README.md @@ -581,10 +581,10 @@ For API-based enhancement (requires Anthropic API key): ## Documentation -- **Full Setup Guide**: [docs/MCP_SETUP.md](../docs/MCP_SETUP.md) -- **Main README**: [README.md](../README.md) -- **Usage Guide**: [docs/USAGE.md](../docs/USAGE.md) -- **Testing Guide**: [docs/TESTING.md](../docs/TESTING.md) +- **Full Setup Guide**: [docs/MCP_SETUP.md](../../../docs/MCP_SETUP.md) +- **Main README**: [README.md](../../../README.md) +- **Usage Guide**: [docs/USAGE.md](../../../docs/USAGE.md) +- **Testing Guide**: [docs/TESTING.md](../../../docs/TESTING.md) ## Support @@ -593,4 +593,4 @@ For API-based enhancement (requires Anthropic API key): ## License -MIT License - See [LICENSE](../LICENSE) for details +MIT License - See [LICENSE](../../../LICENSE) for details diff --git a/assets/repo/XHS-image-to-PDF-conversion/CONTRIBUTING.md b/assets/repo/XHS-image-to-PDF-conversion/CONTRIBUTING.md new file mode 100644 index 0000000..4d7819b --- /dev/null +++ b/assets/repo/XHS-image-to-PDF-conversion/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# 贡献指南 + +欢迎贡献! + +## 如何贡献 + +1. 修复 Bug / 改进功能:请在 `README.md` 的“快速开始/使用方式”验证脚本可运行。 +2. 新增功能:请同时补充最小示例与必要的依赖说明。 +3. 提交 PR:描述改动内容、使用方式与验证步骤。 + diff --git a/assets/repo/XHS-image-to-PDF-conversion/README.md b/assets/repo/XHS-image-to-PDF-conversion/README.md index 155a8aa..452bdec 100644 --- a/assets/repo/XHS-image-to-PDF-conversion/README.md +++ b/assets/repo/XHS-image-to-PDF-conversion/README.md @@ -157,7 +157,7 @@ XHS-image-to-PDF-conversion/ ## 📜 许可证 -本项目采用 [MIT](LICENSE) 许可证。 +本项目采用 [MIT](https://opensource.org/licenses/MIT) 许可证。 ---