From c99d1baeb440078fe7e6e06b64b54b6bc23175e8 Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Wed, 20 Sep 2023 00:36:13 +0530 Subject: [PATCH] Fixed broken links. --- docs/docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6b40511d4..f867934c2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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', }, ], }, @@ -118,7 +118,7 @@ const config = { indexPages: true, indexBlog: false, docsDir: 'docs', - docsRouteBasePath: '/' + docsRouteBasePath: '/docs' } ] ],