diff --git a/blazor/accumulation-chart/annotation.md b/blazor/accumulation-chart/annotation.md
index 3b1b9f2583..3d5e8fab7f 100644
--- a/blazor/accumulation-chart/annotation.md
+++ b/blazor/accumulation-chart/annotation.md
@@ -152,6 +152,6 @@ N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/bla
## See also
-* [Data Label](./data-labels)
+* [Data Label](./data-label)
* [Tooltip](./tool-tip)
* [Legend](./legend)
\ No newline at end of file
diff --git a/blazor/accumulation-chart/chart-print.md b/blazor/accumulation-chart/chart-print.md
index 74e2e87fab..41d5736d9a 100644
--- a/blazor/accumulation-chart/chart-print.md
+++ b/blazor/accumulation-chart/chart-print.md
@@ -242,6 +242,6 @@ N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/bla
## See also
-* [Data Label](./data-labels)
+* [Data Label](./data-label)
* [Tooltip](./tool-tip)
* [Legend](./legend)
\ No newline at end of file
diff --git a/blazor/accumulation-chart/grouping.md b/blazor/accumulation-chart/grouping.md
index 38036d3108..a600d07bda 100644
--- a/blazor/accumulation-chart/grouping.md
+++ b/blazor/accumulation-chart/grouping.md
@@ -168,6 +168,6 @@ The points that have been grouped together will appear as a single slice with th
N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap5) to know various features of accumulation charts and how it is used to represent numeric proportional data.
-* [Data Label](./data-labels)
+* [Data Label](./data-label)
* [Tooltip](./tool-tip)
* [Legend](./legend)
\ No newline at end of file
diff --git a/blazor/chart/accessibility.md b/blazor/chart/accessibility.md
index 8e7fb93972..c7b54f88ca 100644
--- a/blazor/chart/accessibility.md
+++ b/blazor/chart/accessibility.md
@@ -92,5 +92,5 @@ The accessibility compliance of the Blazor Chart component is shown in the follo
* [Accessibility in Syncfusion® Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
-* [Accessibility Customization in Syncfusion® Blazor components](./advanced-accessibility-configuration.md)
+* [Accessibility Customization in Syncfusion® Blazor components](./advanced-accessibility-configuration)
diff --git a/blazor/datagrid/column-rendering.md b/blazor/datagrid/column-rendering.md
index e48c0e7fef..693c2207c0 100644
--- a/blazor/datagrid/column-rendering.md
+++ b/blazor/datagrid/column-rendering.md
@@ -582,7 +582,7 @@ In the below example, we have used the `Expand` query to load the nested Employe
### Complex data generation using ExpandoObject
-Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding#expandoobject-binding). You can achieve ExpandoObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.
+Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding/local-data#expandoobject-binding). You can achieve ExpandoObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.
{% tabs %}
{% highlight razor tabtitle="Index.razor" %}
@@ -635,7 +635,7 @@ Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncf
### Complex data generation using DynamicObject
-Before proceeding this, learn about [DynamicObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding#dynamicobject-binding). You can achieve DynamicObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.
+Before proceeding this, learn about [DynamicObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding/local-data#dynamicobject-binding). You can achieve DynamicObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.
{% tabs %}
{% highlight razor tabtitle="Index.razor" %}