Skip to content

Commit abfc9f6

Browse files
authored
Fix broken link. (#461)
Signed-off-by: bgravenorst <[email protected]>
1 parent 0d45098 commit abfc9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/HomepageCards/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type CardItem = {
2121
const CardList: CardItem[] = [
2222
{
2323
title: "🏁 Get started",
24-
link: "/category/get-started",
24+
link: "/get-started",
2525
// prettier-ignore
2626
description: (
2727
<>
@@ -33,7 +33,7 @@ const CardList: CardItem[] = [
3333
},
3434
{
3535
title: "💭 Learn",
36-
link: "/category/concepts",
36+
link: "/concepts",
3737
// prettier-ignore
3838
description: (
3939
<>

0 commit comments

Comments
 (0)