We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d45098 commit abfc9f6Copy full SHA for abfc9f6
src/components/HomepageCards/index.tsx
@@ -21,7 +21,7 @@ type CardItem = {
21
const CardList: CardItem[] = [
22
{
23
title: "🏁 Get started",
24
- link: "/category/get-started",
+ link: "/get-started",
25
// prettier-ignore
26
description: (
27
<>
@@ -33,7 +33,7 @@ const CardList: CardItem[] = [
33
},
34
35
title: "💭 Learn",
36
- link: "/category/concepts",
+ link: "/concepts",
37
38
39
0 commit comments