Skip to content

Commit 8849a20

Browse files
committed
Fix homepage links
1 parent f4330f3 commit 8849a20

File tree

1 file changed

+4
-4
lines changed
  • packages/website/src/components/homepage/highlights

1 file changed

+4
-4
lines changed

packages/website/src/components/homepage/highlights/index.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ const CONTENT_DATA = [
5757
},
5858
{
5959
title: 'Forms',
60-
href: './docs/forms/text/',
60+
href: './docs/forms/form-controls/guidelines/',
6161
svg: SvgForm,
6262
description: 'Inputs with validation, grouped into a flexible form layout',
6363
},
6464
{
6565
title: 'Button',
66-
href: './docs/navigation/button',
66+
href: './docs/navigation/buttons/button',
6767
svg: SvgButton,
6868
description:
6969
'Variety of buttons and button groups with different styles and colours',
@@ -83,7 +83,7 @@ const CONTENT_DATA = [
8383
},
8484
{
8585
title: 'Panel',
86-
href: './docs/layout/panel',
86+
href: './docs/containers/panel',
8787
svg: SvgPanel,
8888
description: 'Layout helper, commonly used as a base for other components',
8989
},
@@ -95,7 +95,7 @@ const CONTENT_DATA = [
9595
},
9696
{
9797
title: 'Card',
98-
href: './docs/display/card',
98+
href: './docs/containers/card',
9999
svg: SvgCard,
100100
description:
101101
'Vertical or horizontal cards, containing any custom components needed',

0 commit comments

Comments
 (0)