Skip to content

Commit fbfcd36

Browse files
committed
fix: update About navbar link
1 parent 4c51242 commit fbfcd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const config = {
169169
label: 'About',
170170
position: 'left',
171171
items: [
172-
{to: '/docs/about/', label: 'About'},
172+
{to: '/docs/about/about', label: 'About'},
173173
{ to: '/docs/about/contribute', label: 'Contribute' },
174174
{ to: '/docs/about/events', label: 'Events' },
175175
{ to: '/docs/about/meetings', label: 'Meetings' },

0 commit comments

Comments
 (0)