diff --git a/aspnetmvc/Diagram/Connector.md b/aspnetmvc/Diagram/Connector.md index 7d7c739b..16e0cd29 100644 --- a/aspnetmvc/Diagram/Connector.md +++ b/aspnetmvc/Diagram/Connector.md @@ -16,7 +16,7 @@ Connectors are objects used to create link between two points, nodes or ports to ## Create Connector Connector can be created by defining the start and end points. The path to be drawn can be defined with a collection of segments. -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"). +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"). ### Add connectors through connectors collection @@ -466,7 +466,7 @@ public ActionResult Index() ## Decorator 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. -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"). +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"). 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.