Fix all broken internal links in documentation

Changes:
- Fixed 11 broken internal links across 3 documentation files
- Updated relative paths to use correct format without /docs/ prefix
- Removed broken CHANGELOG.md anchor links (mintlify doesn't support external file anchors)
- Changed /docs/progressive-disclosure → progressive-disclosure
- Changed /docs/hooks-architecture → hooks-architecture
- Changed /docs/context-engineering → context-engineering
- Changed /docs/architecture → architecture/overview
- Changed /docs/worker-service → architecture/worker-service
- Changed /docs/viewer-ui → VIEWER
- Verified with mintlify broken-links: 0 broken links remaining

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2025-11-06 14:03:44 -05:00
parent 12459eab3b
commit b68ea38bcc
3 changed files with 9 additions and 11 deletions
+4 -6
View File
@@ -1059,12 +1059,10 @@ The result is a memory system that's both powerful and invisible. Users never no
## Further Reading
- [Progressive Disclosure](/docs/progressive-disclosure) - The philosophy behind v4
- [Hooks Architecture](/docs/hooks-architecture) - How hooks power the system
- [Context Engineering](/docs/context-engineering) - Foundational principles
- [Viewer UI](/docs/viewer-ui) - Real-time visualization (v5.1.0+)
- [v5.0.0 Release Notes](/CHANGELOG.md#v500) - Hybrid search architecture
- [v4.0.0 Release Notes](/CHANGELOG.md#v400) - Progressive disclosure
- [Progressive Disclosure](progressive-disclosure) - The philosophy behind v4
- [Hooks Architecture](hooks-architecture) - How hooks power the system
- [Context Engineering](context-engineering) - Foundational principles
- [Viewer UI](VIEWER) - Real-time visualization (v5.1.0+)
---
+3 -3
View File
@@ -858,9 +858,9 @@ LIMIT 20
## Further Reading
- [Claude Code Hooks Reference](https://docs.claude.com/claude-code/hooks) - Official documentation
- [Progressive Disclosure](/docs/progressive-disclosure) - Context priming philosophy
- [Architecture Evolution](/docs/architecture-evolution) - v3 to v4 journey
- [Worker Service Design](/docs/worker-service) - Background processing details
- [Progressive Disclosure](progressive-disclosure) - Context priming philosophy
- [Architecture Evolution](architecture-evolution) - v3 to v4 journey
- [Worker Service Design](architecture/worker-service) - Background processing details
---
+2 -2
View File
@@ -644,8 +644,8 @@ Progressive disclosure respects the agent's intelligence and autonomy. We provid
## Further Reading
- [Context Engineering for AI Agents](/docs/context-engineering) - Foundational principles
- [Claude-Mem Architecture](/docs/architecture) - How it all fits together
- [Context Engineering for AI Agents](context-engineering) - Foundational principles
- [Claude-Mem Architecture](architecture/overview) - How it all fits together
- Cognitive Load Theory (Sweller, 1988)
- Information Foraging Theory (Pirolli & Card, 1999)
- Progressive Disclosure (Nielsen Norman Group)