Skip to content

Commit 54bb40b

Browse files
committed
Update index.mdx
1 parent ece134b commit 54bb40b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs-website/src/content/docs/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
file: ../../assets/logo.png
99
actions:
1010
- text: Get Started
11-
link: /getting-started/
11+
link: ./getting-started/
1212
icon: right-arrow
1313
variant: primary
1414
- text: View on GitHub
@@ -23,18 +23,18 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
2323
<CardGrid stagger>
2424
<Card title="Core Concepts" icon="open-book">
2525
Understand the fundamental components and architecture of RabbitHole.
26-
[Learn more](/core-concepts)
26+
[Learn more](./core-concepts/)
2727
</Card>
2828
<Card title="How-To Guides" icon="puzzle">
2929
Follow step-by-step guides to run, test, and deploy your agents.
30-
[Get building](/how-to)
30+
[Get building](./how-to-guides/)
3131
</Card>
3232
<Card title="Architecture" icon="setting">
3333
Take a deep dive into the technical architecture and design decisions.
34-
[Explore the design](/architecture)
34+
[Explore the design](./architecture/)
3535
</Card>
3636
<Card title="Roadmap" icon="rocket">
3737
See what's next for RabbitHole and how you can contribute.
38-
[View the future](/roadmap)
38+
[View the future](./roadmap/)
3939
</Card>
4040
</CardGrid>

0 commit comments

Comments
 (0)