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:
@@ -997,8 +997,8 @@ EOF
|
||||
- **Log Analysis**: `journalctl`, `tail`, `grep`, `awk`
|
||||
|
||||
### SuperClaude-Specific Resources
|
||||
- **Common Issues**: [common-issues.md](common-issues.md) - Basic troubleshooting procedures
|
||||
- **MCP Server Guide**: [mcp-server-guide.md](mcp-server-guide.md) - MCP-specific diagnostics
|
||||
- **Common Issues**: [common-issues.md](./common-issues.md) - Basic troubleshooting procedures
|
||||
- **MCP Server Guide**: [mcp-server-guide.md](./mcp-server-guide.md) - MCP-specific diagnostics
|
||||
- **Installation Guide**: [../Getting-Started/installation.md](../Getting-Started/installation.md) - Setup procedures
|
||||
- **User Guide**: [../User-Guide/](../User-Guide/) - Operational documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user