Skip to content

Commit 973d0b0

Browse files
committed
Fix links
1 parent f1bd557 commit 973d0b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pages/HomePage/ShortInfo/ShortInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ const ShortInfo: React.FC = () => {
2525
<Button
2626
title='Explore docs'
2727
variant='action'
28-
href={`${siteConfig.baseUrl}docs`}
28+
href={`${siteConfig.baseUrl}docs/next`}
2929
/>
3030
<Button
3131
title='Quickstart'
3232
variant='regular'
33-
href={`${siteConfig.baseUrl}docs/concepts-overview`}
33+
href={`${siteConfig.baseUrl}docs/next/concepts-overview`}
3434
/>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)