Skip to content

Commit 071efa8

Browse files
Merge pull request #279 from syncfusion-content/SEO-3146-coverage-page-with-redirect-help
SEO-3146-coverage-page-with-redirect-help
2 parents 028594c + b336110 commit 071efa8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aspnet-core/Diagram/Connector.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ diagram.add(connector);
6767

6868
Connectors can be predefined and added to the symbol palette. You can drop those connectors into the Diagram, when required.
6969

70-
For more information about adding connectors from symbol palette, refer to [Symbol Palette](/aspnetmvc/Diagram/Symbol-Palette "Symbol Palette").
70+
For more information about adding connectors from symbol palette, refer to [Symbol Palette](/aspnetmvc/diagram/symbol-palette "Symbol Palette").
7171

7272
### Connectors through data source
7373

@@ -78,7 +78,7 @@ For more information about data source, refer to [Data Binding](/aspnetmvc/Diagr
7878

7979
### Draw connectors
8080

81-
Connectors can be interactively drawn by clicking and dragging on the Diagram surface by using **DrawingTool**. For more information about drawing connectors, refer to [Draw Connectors](/aspnetmvc/Diagram/Tools#drawing-tools:connectors "Draw Connectors").
81+
Connectors can be interactively drawn by clicking and dragging on the Diagram surface by using **DrawingTool**. For more information about drawing connectors, refer to [Draw Connectors](/aspnetmvc/diagram/tools#drawing-tools:connectors "Draw Connectors").
8282

8383
## Update Connector at runtime
8484

@@ -647,7 +647,7 @@ The following code example illustrates how to customize the appearance of the de
647647
![ASP.NET Core Diagram Decorator Appearance](Connector_images/Connector_img23.png)
648648

649649
## Interaction
650-
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/js/Diagram/Interaction#connection-editing "Connection Editing").
650+
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/js/diagram/interaction#connection-editing "Connection Editing").
651651

652652
## Constraints
653-
The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet-core/Diagram/Constraints#connectorconstraints "Connector Constraints").
653+
The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet-core/diagram/constraints#connectorconstraints "Connector Constraints").

aspnet-core/Grid/Hierarchy-Grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public partial class GridController : Controller
6969

7070
## Expand or collapse all child's
7171

72-
The grid can able to expand and collapse all the `ChildGrid` through programmatically using the [`expandAll`](http://help.syncfusion.com/js/api/ejgrid#methods:expandall "expandAll") and [`collapseAll`](http://help.syncfusion.com/js/api/ejgrid#methods:collapseall "collapseAll") method.
72+
The grid can able to expand and collapse all the `ChildGrid` through programmatically using the [`expandAll`](https://help.syncfusion.com/api/js/ejgrid#methods:expandall "expandAll") and [`collapseAll`](https://help.syncfusion.com/api/js/ejgrid#methods:collapseall "collapseAll") method.
7373

7474
{% tabs %}
7575

0 commit comments

Comments
 (0)