Skip to content

Commit

Permalink
Fix link to getstarted submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Oct 25, 2024
1 parent 3a1c334 commit 7141e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/omniSidebarNav/submenus/getStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getGuideDirectory, simpleLink } from './../helpers';
const getStarted = () => {
return {
// @todo, implement sidebar on landing pages.
link: '/get-started',
link: '/guides/getstarted',
title: 'Get Started',
children: [
getGuideDirectory('guides/getstarted'),
Expand Down

0 comments on commit 7141e13

Please sign in to comment.