mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Standardize internal markdown references with explicit relative paths
• Updated troubleshooting.md, optimization-guide.md, mcp-server-guide.md, diagnostic-reference.md, and README.md • Changed internal references from (filename.md) to (./filename.md) format • Improved link robustness and portability across different viewing contexts • Completed cross-reference standardization throughout Reference directory 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -729,8 +729,8 @@ echo "Test MCP servers in Claude Code after restart"
|
||||
|
||||
### MCP-Specific Documentation
|
||||
- **Core SuperClaude Guide**: [../User-Guide/mcp-servers.md](../User-Guide/mcp-servers.md) - MCP server overview and usage
|
||||
- **Common Issues**: [common-issues.md](common-issues.md) - General troubleshooting procedures
|
||||
- **Diagnostic Reference**: [diagnostic-reference.md](diagnostic-reference.md) - Advanced diagnostic procedures
|
||||
- **Common Issues**: [common-issues.md](./common-issues.md) - General troubleshooting procedures
|
||||
- **Diagnostic Reference**: [diagnostic-reference.md](./diagnostic-reference.md) - Advanced diagnostic procedures
|
||||
|
||||
### External Resources
|
||||
- **Node.js Official**: [https://nodejs.org/](https://nodejs.org/) - Node.js installation and documentation
|
||||
|
||||
Reference in New Issue
Block a user