Skip to content

Commit dc28514

Browse files
Merged pull request #7015 from mercy-orejo/210705-SEO-Spider-Blazor-Domain-Site-Redirect-Error-Chain-Reports
210705-SEO-Spider-Blazor-Domain-Site-Redirect-Error-Chain-Reports
2 parents 1a6166a + 3d703e5 commit dc28514

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

blazor/accumulation-chart/annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/bla
152152

153153
## See also
154154

155-
* [Data Label](./data-labels)
155+
* [Data Label](./data-label)
156156
* [Tooltip](./tool-tip)
157157
* [Legend](./legend)

blazor/accumulation-chart/chart-print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@ N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/bla
242242

243243
## See also
244244

245-
* [Data Label](./data-labels)
245+
* [Data Label](./data-label)
246246
* [Tooltip](./tool-tip)
247247
* [Legend](./legend)

blazor/accumulation-chart/grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ The points that have been grouped together will appear as a single slice with th
168168

169169
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.
170170

171-
* [Data Label](./data-labels)
171+
* [Data Label](./data-label)
172172
* [Tooltip](./tool-tip)
173173
* [Legend](./legend)

blazor/chart/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ The accessibility compliance of the Blazor Chart component is shown in the follo
9292

9393
* [Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
9494

95-
* [Accessibility Customization in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](./advanced-accessibility-configuration.md)
95+
* [Accessibility Customization in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](./advanced-accessibility-configuration)
9696

blazor/datagrid/column-rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ In the below example, we have used the `Expand` query to load the nested Employe
582582
583583
### Complex data generation using ExpandoObject
584584
585-
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.
585+
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.
586586
587587
{% tabs %}
588588
{% highlight razor tabtitle="Index.razor" %}
@@ -635,7 +635,7 @@ Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncf
635635
636636
### Complex data generation using DynamicObject
637637
638-
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.
638+
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.
639639
640640
{% tabs %}
641641
{% highlight razor tabtitle="Index.razor" %}

0 commit comments

Comments
 (0)