mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-18 21:38:05 +00:00
docs: external - fix broken relative links
This commit is contained in:
@@ -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:
|
||||
|
||||

|
||||
> 图示提示:上游文档引用了 `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`
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user