Skip to content

Commit 34b17d6

Browse files
committed
fix: update tutorial links to use relative paths
1 parent 9874cfd commit 34b17d6

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

content/general/tutorials/index.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ icon: IconBook2
44
---
55

66
import {Card, Cards} from "fumadocs-ui/components/card";
7-
import {IconHome} from "@tabler/icons-react";
87

98
<Cards>
10-
<Card title="Quick - How to login" href="quick_how-to-login.mdx">
11-
</Card>
12-
<Card title="Quick - How to create first personal project" href="quick_first_personal_project.mdx">
13-
</Card>
14-
<Card title="Quick - How to set up project" href="quick_setting_up_a_project.mdx">
15-
</Card>
16-
<Card title="Quick - How to create first flow" href="quick_creating_a_flow.mdx">
17-
</Card>
9+
<Card title="Quick - How to login" href="./quick_how-to-login"/>
10+
<Card title="Quick - How to create first personal project" href="./quick_first_personal_project"/>
11+
<Card title="Quick - How to set up project" href="./quick_setting_up_a_project"/>
12+
<Card title="Quick - How to create first flow" href="./quick_creating_a_flow"/>
1813
</Cards>

0 commit comments

Comments
 (0)