Skip to content

Commit

Permalink
docs: broken link fixed (#367)
Browse files Browse the repository at this point in the history
* docs: broken link fixed
  • Loading branch information
gvreddy04 authored Sep 19, 2023
1 parent 2987661 commit 0ca7d3d
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/01-getting-started/getting-started-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/02-layout/getting-started-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/02-layout/getting-started-webassembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/05-components/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@ We will add **Bubble Chart**, **Polar Area Chart**, **Radar Chart**, **Scatter C
<br />
<a href="https://demos.blazorbootstrap.com/charts#bar-chart">See blazor bar chart demo here.</a>
<br />
<a href="/docs/data-visualization/bar-chart">See blazor bar chart full documentation here.</a>
<a href="/data-visualization/bar-chart">See blazor bar chart full documentation here.</a>

## Doughnut Chart

<img src="https://i.imgur.com/xEPhAsW.png" alt="Blazor Chart Component - Blazor Doughnut Chart" />
<br />
<a href="https://demos.blazorbootstrap.com/charts#doughnut-chart">See blazor doughnut chart demo here.</a>
<br />
<a href="/docs/data-visualization/doughnut-chart">See blazor doughnut chart full documentation here.</a>
<a href="/data-visualization/doughnut-chart">See blazor doughnut chart full documentation here.</a>

## Line Chart

<img src="https://i.imgur.com/8b7jH0D.png" alt="Blazor Chart Component - Blazor Line Chart" />
<br />
<a href="https://demos.blazorbootstrap.com/charts#line-chart">See blazor line chart demo here.</a>
<br />
<a href="/docs/data-visualization/line-chart">See blazor line chart full documentation here.</a>
<a href="/data-visualization/line-chart">See blazor line chart full documentation here.</a>

## Pie Chart

<img src="https://i.imgur.com/dDpIuzk.png" alt="Blazor Chart Component - Blazor Pie Chart" />
<br />
<a href="https://demos.blazorbootstrap.com/charts#pie-chart">See blazor pie chart demo here.</a>
<br />
<a href="/docs/data-visualization/pie-chart">See blazor pie chart full documentation here.</a>
<a href="/data-visualization/pie-chart">See blazor pie chart full documentation here.</a>
2 changes: 1 addition & 1 deletion docs/docs/05-components/preload.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="https://i.imgur.com/5PVt5bX.png" alt="Blazor Bootstrap: Blazor Preload Component - Change spinner color" />

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/05-components/toasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/06-data-visualization/bar-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/06-data-visualization/doughnut-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/06-data-visualization/line-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/06-data-visualization/pie-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 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

0 comments on commit 0ca7d3d

Please sign in to comment.