Skip to content

Commit 3ea9e39

Browse files
author
Kristopher Turner
committed
fix: replace broken /docs/intro links with /docs/ in navbar and footer
1 parent 0955407 commit 3ea9e39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const config = {
104104
{
105105
type: 'docsVersion',
106106
position: 'left',
107-
to: '/docs/intro',
107+
to: '/docs/',
108108
label: 'Docs',
109109
},
110110
{ to: '/working', label: 'Blog', position: 'left' },
@@ -239,7 +239,7 @@ const config = {
239239
items: [
240240
{
241241
label: 'Introduction',
242-
to: '/docs/intro',
242+
to: '/docs/',
243243
},
244244
],
245245
},

0 commit comments

Comments
 (0)