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:
@@ -22,8 +22,8 @@
|
||||
- [Recovery Strategies](#recovery-strategies) - Issue resolution and optimization
|
||||
|
||||
### See Also
|
||||
- [Quick Start Practices](quick-start-practices.md) - Foundation skills and basic workflows
|
||||
- [Advanced Patterns](advanced-patterns.md) - Multi-agent coordination and expert techniques
|
||||
- [Quick Start Practices](./quick-start-practices.md) - Foundation skills and basic workflows
|
||||
- [Advanced Patterns](./advanced-patterns.md) - Multi-agent coordination and expert techniques
|
||||
|
||||
## Speed and Efficiency Strategies
|
||||
|
||||
@@ -745,7 +745,7 @@ Optimize your SuperClaude usage with these advanced strategies:
|
||||
|
||||
**Learn from Others:**
|
||||
- [GitHub Discussions](https://github.com/SuperClaude-Org/SuperClaude_Framework/discussions) - Community optimization sharing
|
||||
- [Examples Cookbook](examples-cookbook.md) - Optimization examples and patterns
|
||||
- [Examples Cookbook](./examples-cookbook.md) - Optimization examples and patterns
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user