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:
NomenAK
2025-08-18 13:01:14 +02:00
parent f614560964
commit 0e856a9975
8 changed files with 93 additions and 93 deletions

View File

@@ -22,8 +22,8 @@
- [Adaptive Learning Patterns](#adaptive-learning-patterns) - Continuous improvement strategies
### See Also
- [Quick Start Practices](quick-start-practices.md) - Foundation skills and basic workflows
- [Optimization Guide](optimization-guide.md) - Performance and efficiency strategies
- [Quick Start Practices](./quick-start-practices.md) - Foundation skills and basic workflows
- [Optimization Guide](./optimization-guide.md) - Performance and efficiency strategies
## Agent Coordination Excellence
@@ -699,7 +699,7 @@ Master these advanced patterns to become a SuperClaude expert:
- Apply complex orchestration patterns to enterprise scenarios
**Skill Development:**
- [Optimization Guide](optimization-guide.md) - Performance and efficiency mastery
- [Optimization Guide](./optimization-guide.md) - Performance and efficiency mastery
- [Technical Architecture](../Developer-Guide/technical-architecture.md) - Deep system understanding
**Leadership and Mentoring:**
@@ -711,7 +711,7 @@ Master these advanced patterns to become a SuperClaude expert:
**Share Your Patterns:**
- Document successful coordination strategies
- Contribute to [Examples Cookbook](examples-cookbook.md)
- Contribute to [Examples Cookbook](./examples-cookbook.md)
- Share insights in [GitHub Discussions](https://github.com/SuperClaude-Org/SuperClaude_Framework/discussions)
**Advanced Learning:**