From 10a1d738cae12bff48747fae894ccc7c78099486 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Mon, 27 Oct 2025 18:02:18 +0300 Subject: [PATCH] 210705-SEO-Spider-Blazor-Domain-Site-Redirect-Error-Chain-Reports-2 --- blazor/accessibility.md | 2 +- blazor/accumulation-chart/empty-points.md | 2 +- blazor/diagram-classic/group.md | 2 +- blazor/diagram/nodes/nodes.md | 2 +- blazor/rich-text-editor/table.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blazor/accessibility.md b/blazor/accessibility.md index 8d2bbead0d..c63b6fdc5c 100644 --- a/blazor/accessibility.md +++ b/blazor/accessibility.md @@ -15,7 +15,7 @@ The Syncfusion® JavaScript UI controls foll Keyboard navigation support enables users to interact with controls using keyboard shortcuts. Each control has its own set of shortcuts, refer the following documents to get the details of each control. -* [AutoComplete](./auto-complete/accessibility) +* [AutoComplete](./autocomplete/accessibility) * [Calendar](./calendar/accessibility) * [Chart](./chart/accessibility) * [CircularGauge](./circular-gauge/accessibility) diff --git a/blazor/accumulation-chart/empty-points.md b/blazor/accumulation-chart/empty-points.md index ccf0d76392..5fcdac81c9 100644 --- a/blazor/accumulation-chart/empty-points.md +++ b/blazor/accumulation-chart/empty-points.md @@ -154,6 +154,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/diagram-classic/group.md b/blazor/diagram-classic/group.md index 5f2aca8e05..d228176a4a 100644 --- a/blazor/diagram-classic/group.md +++ b/blazor/diagram-classic/group.md @@ -409,7 +409,7 @@ You can edit the group and its children at runtime. We able to interact the grou ## See Also * [How to add annotations to the node](./node-annotation) -* [How to add ports to the node](./ports) +* [How to add ports to the node](./ports/ports) * [How to enable/disable the behavior of the node](./constraints) * [How to add nodes to the symbol palette](./symbol-palette) * [How to create diagram nodes using drawing tools](./tools) diff --git a/blazor/diagram/nodes/nodes.md b/blazor/diagram/nodes/nodes.md index 4e661c66d0..efa3c60e51 100644 --- a/blazor/diagram/nodes/nodes.md +++ b/blazor/diagram/nodes/nodes.md @@ -187,7 +187,7 @@ The following code explains how to add a node with an annotation at runtime by u ## How to Add a Node to the Palette -Nodes can be predefined and added to the symbol palette, then dragged and dropped into the diagram when needed. For more information about adding nodes from symbol palette, refer to the [Symbol Palette](../symbol-palette). +Nodes can be predefined and added to the symbol palette, then dragged and dropped into the diagram when needed. For more information about adding nodes from symbol palette, refer to the [Symbol Palette](../symbol-palette/symbol-palette). * Once you drag a node/connector from the palette to the diagram, the following events for customization. * When a symbol is dragged into a diagram from the symbol palette, the [DragStart](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_DragStart) event is triggered. [DragStartEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.DragStartEventArgs.html) notifies when the element enters the diagram from the symbol palette. diff --git a/blazor/rich-text-editor/table.md b/blazor/rich-text-editor/table.md index 4ccd353710..c9bdf92bcc 100644 --- a/blazor/rich-text-editor/table.md +++ b/blazor/rich-text-editor/table.md @@ -151,7 +151,7 @@ N> You can refer to our [Blazor Rich Text Editor](https://www.syncfusion.com/bla The Rich Text Editor allows users to change the appearance of the tables by splitting or merging the table cells. -`TableCell` item should be configured in the Table [quickToolbarSettings](../api/rich-text-editor/quickToolbarSettings/#table) property to show the merge/split icons while selecting the table cells. +`TableCell` item should be configured in the Table [quickToolbarSettings](../cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings.html) property to show the merge/split icons while selecting the table cells. ### Table cell merge