Skip to content

Commit f6d6d16

Browse files
author
Ignacio Van Droogenbroeck
committed
docs(memtrace): fix 4 broken internal links
api-reference/endpoints.md doesn't exist — the actual file is api-reference/overview.md (with sub-pages memories.md, agents.md, sessions.md, search.md). use-cases/overview.md doesn't exist either; the category uses a Docusaurus auto-generated index, so link to the first concrete page (autonomous-agents.md) instead. Pre-existing breakage spotted during a link audit; not regressions from today's multi-tenant doc refresh.
1 parent dfdb801 commit f6d6d16

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs-memtrace/architecture/data-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@ ORDER BY importance DESC, time DESC
306306

307307
## Next Steps
308308

309-
- Explore the [API Reference](../api-reference/endpoints.md) to see how these queries map to REST endpoints
309+
- Explore the [API Reference](../api-reference/overview.md) to see how these queries map to REST endpoints
310310
- Read about [Memory Types](./memory-types.md) to understand the semantic model
311-
- Check out [Use Cases](../use-cases/overview.md) for real-world examples
311+
- Check out [Use Cases](../use-cases/autonomous-agents.md) for real-world examples

docs-memtrace/architecture/memory-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,5 @@ Use consistent tags across memory types:
190190
## Next Steps
191191

192192
- Learn about the [Data Model](./data-model.md) and storage format
193-
- Explore the [API Reference](../api-reference/endpoints.md) for memory creation
194-
- See [Use Cases](../use-cases/overview.md) for real-world examples
193+
- Explore the [API Reference](../api-reference/overview.md) for memory creation
194+
- See [Use Cases](../use-cases/autonomous-agents.md) for real-world examples

0 commit comments

Comments
 (0)