docs: external - fix broken relative links

This commit is contained in:
tukuaiai
2026-02-28 07:29:38 +08:00
parent 12c84bbfad
commit ecdb4eec3f
9 changed files with 27 additions and 17 deletions
@@ -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
@@ -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
---
@@ -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...
```
@@ -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`
---