Skip to content

Commit a70e29f

Browse files
committed
Update links
1 parent e4fae67 commit a70e29f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@ export const HeroCard = ({ filename, title, description, href }) => {
4646
</div>
4747

4848
<div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
49-
<HeroCard filename="rocket" title="Quickstart" description="Deploy your first docs site in minutes with our step-by-step guide" href="/docs/quickstart" />
49+
<HeroCard filename="rocket" title="Quickstart" description="Deploy your first docs site in minutes with our step-by-step guide" href="/quickstart" />
5050

5151
<HeroCard
5252
filename="cli"
5353
title="CLI installation"
5454
description="Install the CLI to preview and develop your docs locally"
55-
href="/docs/installation"
55+
href="/installation"
5656
/>
5757

5858
<HeroCard
5959
filename="editor"
6060
title="Web editor"
6161
description="Make quick updates and manage content with our browser-based editor"
62-
href="/docs/editor"
62+
href="/editor"
6363
/>
6464

6565
<HeroCard
6666
filename="components"
6767
title="Components"
6868
description="Build rich, interactive documentation with our ready-to-use components"
69-
href="/docs/text"
69+
href="/text"
7070
/>
7171
</div>
7272
</div>

0 commit comments

Comments
 (0)