Skip to content

Commit e7ae2f2

Browse files
Merge pull request #363 from Syncfusion-Content/hotfix/hotfix-v22.2.5
DOCINFRA-2341_merged_using_automation
2 parents d367439 + 5e57911 commit e7ae2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetmvc/Diagram/Connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Connectors are objects used to create link between two points, nodes or ports to
1616
## Create Connector
1717

1818
Connector can be created by defining the start and end points. The path to be drawn can be defined with a collection of segments.
19-
To explore the properties of a `Connector`, refer to [Connector Properties](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html "Connector Properties").
19+
To explore the properties of a `Connector`, refer to [Connector Properties](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html "Connector Properties").
2020

2121
### Add connectors through connectors collection
2222

@@ -466,7 +466,7 @@ public ActionResult Index()
466466
## Decorator
467467

468468
Start and end points of a connector can be decorated with some customizable shapes like arrows, circles, diamond or path. You can decorate the connection end points with the `SourceDecorator` and `TargetDecorator` properties of connector.
469-
To explore the properties of decorators, refer to [Decorator Properties](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html "Decorator Properties").
469+
To explore the properties of decorators, refer to [Decorator Properties](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html "Decorator Properties").
470470

471471
The `Shape` property of decorator allows to define the shape of the decorators. The following code example illustrates how to create decorators of various shapes.
472472

0 commit comments

Comments
 (0)