Skip to content

Commit 0b367e9

Browse files
fix(docs): fix broken internal links across documentation pages (#99)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7c02b4e commit 0b367e9

5 files changed

Lines changed: 8 additions & 12 deletions

File tree

docs/content/docs/error-handling.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,5 @@ describe('Error Handling', () => {
633633

634634
## Related Documentation
635635

636-
- [Best Practices](/docs/best-practices)
637-
- [Creating Custom Plugins](/docs/plugins/creating-plugins)
638-
- [Testing Guide](/docs/guides/testing)
636+
- [Creating Custom Plugins](/docs/plugins)
637+
- [Testing Guide](/docs/testing)

docs/content/docs/event-granularity.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,5 @@ dispatch("inventory:updated", { productId, quantity });
542542

543543
## Related Documentation
544544

545-
- [Event Naming](/docs/guides/event-naming)
546-
- [Best Practices](/docs/best-practices)
547-
- [Creating Custom Plugins](/docs/plugins/creating-plugins)
545+
- [Event Naming](/docs/event-naming)
546+
- [Creating Custom Plugins](/docs/plugins)

docs/content/docs/event-naming.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,5 @@ describe('Event Naming Conventions', () => {
469469

470470
## Related Documentation
471471

472-
- [Event Granularity](/docs/guides/event-granularity)
473-
- [Best Practices](/docs/best-practices)
474-
- [Event Versioning](/docs/guides/event-versioning)
472+
- [Event Granularity](/docs/event-granularity)
473+
- [Event Versioning](/docs/event-versioning)

docs/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Traditional applications only store the current state of your data. Ventyd takes
1515
<Card
1616
title="Type-Safe"
1717
description="Full TypeScript support with comprehensive type inference. Catch errors at compile time."
18-
href="/docs/getting-started"
18+
href="/docs/quick-start"
1919
/>
2020
<Card
2121
title="Flexible Schema"
@@ -52,7 +52,7 @@ Ventyd follows a simple pattern:
5252
<Card
5353
title="Getting Started"
5454
description="Installation and quick start"
55-
href="/docs/getting-started"
55+
href="/docs/quick-start"
5656
/>
5757
<Card
5858
title="Core Concepts"

docs/content/docs/testing.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,5 +593,4 @@ Focus on testing behavior through the entity interface:
593593
## Related Documentation
594594

595595
- [Error Handling](/docs/error-handling)
596-
- [Best Practices](/docs/best-practices)
597596
- [Plugins](/docs/plugins)

0 commit comments

Comments
 (0)