Skip to content

Commit 48eccf9

Browse files
committed
fix: broken links
1 parent f876a4e commit 48eccf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const config = {
9191
title: 'Introduction',
9292
items: [
9393
{
94-
to: '/docs/usage/usage',
94+
to: '/docs/usage',
9595
label: 'Usage',
9696
},
9797
{
@@ -108,11 +108,11 @@ const config = {
108108
label: 'Props',
109109
},
110110
{
111-
to: '/docs/usage/hooks/hooks',
111+
to: '/docs/usage/hooks',
112112
label: 'Hooks',
113113
},
114114
{
115-
to: '/docs/usage/components/components',
115+
to: '/docs/usage/components',
116116
label: 'Components',
117117
},
118118
],

0 commit comments

Comments
 (0)