Skip to content

Commit 0346b1f

Browse files
ROunofFsvennam92
authored andcommitted
fix: correct navigating-labs link path in auto mode nav
1 parent f7ee48c commit 0346b1f

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
@@ -56,7 +56,7 @@ const config = {
5656
items: [
5757
{ to: '/docs/fastpaths/', label: 'Intro' },
5858
{ to: '/docs/fastpaths/setup', label: 'Setup' },
59-
{ to: '/docs/fastpaths/navigating', label: 'Navigating the labs' },
59+
{ to: '/docs/fastpaths/navigating-labs', label: 'Navigating the labs' },
6060
{ to: '/docs/fastpaths/developer', label: 'Developer' },
6161
{ to: '/docs/fastpaths/operator', label: 'Operator' },
6262
],

0 commit comments

Comments
 (0)