From b68ea38bcca134134b66611517387c5779f281f1 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Thu, 6 Nov 2025 14:03:44 -0500 Subject: [PATCH] Fix all broken internal links in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/architecture-evolution.mdx | 10 ++++------ docs/hooks-architecture.mdx | 6 +++--- docs/progressive-disclosure.mdx | 4 ++-- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/architecture-evolution.mdx b/docs/architecture-evolution.mdx index a53bc17c..1efbaed4 100644 --- a/docs/architecture-evolution.mdx +++ b/docs/architecture-evolution.mdx @@ -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+) --- diff --git a/docs/hooks-architecture.mdx b/docs/hooks-architecture.mdx index e596a6e7..96021974 100644 --- a/docs/hooks-architecture.mdx +++ b/docs/hooks-architecture.mdx @@ -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 --- diff --git a/docs/progressive-disclosure.mdx b/docs/progressive-disclosure.mdx index e2ddb11d..47188a25 100644 --- a/docs/progressive-disclosure.mdx +++ b/docs/progressive-disclosure.mdx @@ -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)