Skip to content

Commit

Permalink
Fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Sep 19, 2023
1 parent bbae9e5 commit c99d1ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ const config = {
{
title: 'Guides',
items: [
{ label: 'Getting started', to: '/docs/getting-started/blazor-webassembly', },
{ label: 'Install Nuget', to: '/docs/getting-started/blazor-webassembly#install-nuget-package', },
{ label: 'Getting started', to: '/getting-started/blazor-webassembly', },
{ label: 'Install Nuget', to: '/getting-started/blazor-webassembly#install-nuget-package', },
{ label: 'Starter templates', to: 'https://github.com/vikramlearning/blazorbootstrap-starter-templates', },
],
},
Expand Down Expand Up @@ -118,7 +118,7 @@ const config = {
indexPages: true,
indexBlog: false,
docsDir: 'docs',
docsRouteBasePath: '/'
docsRouteBasePath: '/docs'
}
]
],
Expand Down

0 comments on commit c99d1ba

Please sign in to comment.