diff --git a/docs/docs/01-getting-started/getting-started-maui-blazor.md b/docs/docs/01-getting-started/getting-started-maui-blazor.md
index 1802ac029..12cb0f48c 100644
--- a/docs/docs/01-getting-started/getting-started-maui-blazor.md
+++ b/docs/docs/01-getting-started/getting-started-maui-blazor.md
@@ -73,7 +73,7 @@ Delete the default **bootstrap** and **open-iconic** folders from the **wwwroot*
1. wwwroot/css/bootstrap
1. wwwroot/css/open-iconic
-Either remove or keep the **app.css** file but make sure you clear it out of any content when the [Sidebar](/docs/components/sidebar#full-layout-with-sidebar) component with full layout is used.
+Either remove or keep the **app.css** file but make sure you clear it out of any content when the [Sidebar](/components/sidebar#full-layout-with-sidebar) component with full layout is used.
## Starter templates
diff --git a/docs/docs/01-getting-started/getting-started-server.md b/docs/docs/01-getting-started/getting-started-server.md
index 5e8d12bdc..f8206ee1a 100644
--- a/docs/docs/01-getting-started/getting-started-server.md
+++ b/docs/docs/01-getting-started/getting-started-server.md
@@ -86,7 +86,7 @@ Delete the default **bootstrap** and **open-iconic** folders from the **wwwroot*
1. wwwroot/css/bootstrap
1. wwwroot/css/open-iconic
-Either remove or keep the **site.css** file but make sure you clear it out of any content when the [Sidebar](/docs/components/sidebar#full-layout-with-sidebar) component with full layout is used.
+Either remove or keep the **site.css** file but make sure you clear it out of any content when the [Sidebar](/components/sidebar#full-layout-with-sidebar) component with full layout is used.
## Starter templates
diff --git a/docs/docs/01-getting-started/getting-started-webassembly.md b/docs/docs/01-getting-started/getting-started-webassembly.md
index 520d3a3fc..584230f7a 100644
--- a/docs/docs/01-getting-started/getting-started-webassembly.md
+++ b/docs/docs/01-getting-started/getting-started-webassembly.md
@@ -83,7 +83,7 @@ Delete the default **bootstrap** and **open-iconic** folders from the **wwwroot*
1. wwwroot/css/bootstrap
1. wwwroot/css/open-iconic
-Either remove or keep the **app.css** file but make sure you clear it out of any content when the [Sidebar](/docs/components/sidebar#full-layout-with-sidebar) component with full layout is used.
+Either remove or keep the **app.css** file but make sure you clear it out of any content when the [Sidebar](/components/sidebar#full-layout-with-sidebar) component with full layout is used.
## Starter templates
diff --git a/docs/docs/02-layout/getting-started-server.md b/docs/docs/02-layout/getting-started-server.md
index bcad2dfb3..5ee35a09e 100644
--- a/docs/docs/02-layout/getting-started-server.md
+++ b/docs/docs/02-layout/getting-started-server.md
@@ -13,8 +13,8 @@ Get started with the Enterprise-class Blazor Bootstrap Component library built o
Assuming you followed the getting started docs for the initial setup.
-1. **Blazor WebAssembly Project:** Follow the [getting started](/docs/getting-started/blazor-webassembly) steps for the initial setup.
-1. **Blazor Server Project:** Follow the [getting started](/docs/getting-started/blazor-server) steps for the initial setup.
+1. **Blazor WebAssembly Project:** Follow the [getting started](/getting-started/blazor-webassembly) steps for the initial setup.
+1. **Blazor Server Project:** Follow the [getting started](/getting-started/blazor-server) steps for the initial setup.
## Steps
diff --git a/docs/docs/02-layout/getting-started-webassembly.md b/docs/docs/02-layout/getting-started-webassembly.md
index 9f903f07c..d44a91311 100644
--- a/docs/docs/02-layout/getting-started-webassembly.md
+++ b/docs/docs/02-layout/getting-started-webassembly.md
@@ -13,8 +13,8 @@ Get started with the Enterprise-class Blazor Bootstrap Component library built o
Assuming you followed the getting started docs for the initial setup.
-1. **Blazor WebAssembly Project:** Follow the [getting started](/docs/getting-started/blazor-webassembly) steps for the initial setup.
-1. **Blazor Server Project:** Follow the [getting started](/docs/getting-started/blazor-server) steps for the initial setup.
+1. **Blazor WebAssembly Project:** Follow the [getting started](/getting-started/blazor-webassembly) steps for the initial setup.
+1. **Blazor Server Project:** Follow the [getting started](/getting-started/blazor-server) steps for the initial setup.
## Steps
diff --git a/docs/docs/05-components/charts.md b/docs/docs/05-components/charts.md
index c2f0b72c8..f159c8e8f 100644
--- a/docs/docs/05-components/charts.md
+++ b/docs/docs/05-components/charts.md
@@ -37,7 +37,7 @@ We will add **Bubble Chart**, **Polar Area Chart**, **Radar Chart**, **Scatter C
See blazor bar chart demo here.
-See blazor bar chart full documentation here.
+See blazor bar chart full documentation here.
## Doughnut Chart
@@ -45,7 +45,7 @@ We will add **Bubble Chart**, **Polar Area Chart**, **Radar Chart**, **Scatter C
See blazor doughnut chart demo here.
-See blazor doughnut chart full documentation here.
+See blazor doughnut chart full documentation here.
## Line Chart
@@ -53,7 +53,7 @@ We will add **Bubble Chart**, **Polar Area Chart**, **Radar Chart**, **Scatter C
See blazor line chart demo here.
-See blazor line chart full documentation here.
+See blazor line chart full documentation here.
## Pie Chart
@@ -61,4 +61,4 @@ We will add **Bubble Chart**, **Polar Area Chart**, **Radar Chart**, **Scatter C
See blazor pie chart demo here.
-See blazor pie chart full documentation here.
+See blazor pie chart full documentation here.
diff --git a/docs/docs/05-components/preload.md b/docs/docs/05-components/preload.md
index 12689525b..ad5f58f48 100644
--- a/docs/docs/05-components/preload.md
+++ b/docs/docs/05-components/preload.md
@@ -82,7 +82,7 @@ Indicate the loading state of a page with Blazor Bootstrap preload component.
## Change spinner color
-Change the default spinner color by passing the `SpinnerColor` enum to the `Show(...)` method. In the below example, we are using a [global preload service](/docs/components/preload#global-preload-service-for-the-application), as shown in the above section.
+Change the default spinner color by passing the `SpinnerColor` enum to the `Show(...)` method. In the below example, we are using a [global preload service](/components/preload#global-preload-service-for-the-application), as shown in the above section.
diff --git a/docs/docs/05-components/toasts.md b/docs/docs/05-components/toasts.md
index 06d685b37..603371cfb 100644
--- a/docs/docs/05-components/toasts.md
+++ b/docs/docs/05-components/toasts.md
@@ -19,7 +19,7 @@ Blazor Toasts are lightweight notifications designed to mimic the push notificat
**Things to know when using the blazor toasts component:**
- Toasts will not hide automatically if you do not specify `AutoHide="true"`.
-- Use [global toasts service](/docs/components/toasts#global-toasts-service-for-the-application) for the application instead of page level toasts.
+- Use [global toasts service](/components/toasts#global-toasts-service-for-the-application) for the application instead of page level toasts.
## Toasts Parameters
diff --git a/docs/docs/06-data-visualization/bar-chart.md b/docs/docs/06-data-visualization/bar-chart.md
index cc6468c7b..f476ff323 100644
--- a/docs/docs/06-data-visualization/bar-chart.md
+++ b/docs/docs/06-data-visualization/bar-chart.md
@@ -88,7 +88,7 @@ It is sometimes used to show trend data and to compare multiple data sets side b
### Prerequisites
-Refer to the [getting started guide](/docs/getting-started/blazor-webassembly) for setting up charts.
+Refer to the [getting started guide](/getting-started/blazor-webassembly) for setting up charts.
### How it works
diff --git a/docs/docs/06-data-visualization/doughnut-chart.md b/docs/docs/06-data-visualization/doughnut-chart.md
index fad206893..8fb9b857a 100644
--- a/docs/docs/06-data-visualization/doughnut-chart.md
+++ b/docs/docs/06-data-visualization/doughnut-chart.md
@@ -79,7 +79,7 @@ It is similar to a pie chart, but the center of the donut chart is hollow. This
### Prerequisites
-Refer to the [getting started guide](/docs/getting-started/blazor-webassembly) for setting up charts.
+Refer to the [getting started guide](/getting-started/blazor-webassembly) for setting up charts.
### How it works
diff --git a/docs/docs/06-data-visualization/line-chart.md b/docs/docs/06-data-visualization/line-chart.md
index 58418214a..83e8434d7 100644
--- a/docs/docs/06-data-visualization/line-chart.md
+++ b/docs/docs/06-data-visualization/line-chart.md
@@ -103,7 +103,7 @@ A Blazor Bootstrap line chart component is a graphical representation of data th
### Prerequisites
-Refer to the [getting started guide](/docs/getting-started/blazor-webassembly) for setting up charts.
+Refer to the [getting started guide](/getting-started/blazor-webassembly) for setting up charts.
### How it works
diff --git a/docs/docs/06-data-visualization/pie-chart.md b/docs/docs/06-data-visualization/pie-chart.md
index a4036b39c..a06501d80 100644
--- a/docs/docs/06-data-visualization/pie-chart.md
+++ b/docs/docs/06-data-visualization/pie-chart.md
@@ -77,7 +77,7 @@ A Blazor Bootstrap pie chart component is a circular chart that shows the propor
### Prerequisites
-Refer to the [getting started guide](/docs/getting-started/blazor-webassembly) for setting up charts.
+Refer to the [getting started guide](/getting-started/blazor-webassembly) for setting up charts.
### How it works
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 8aa2249db..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', },
],
},