From 0532891f49e9ea353fb3be34a5951258f47ba0eb Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:22:14 +0300 Subject: [PATCH] SEO-174775 ASP.NET MVC Page with Redirect --- aspnetmvc/Diagram/Connector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetmvc/Diagram/Connector.md b/aspnetmvc/Diagram/Connector.md index 7d7c739b3..16e0cd294 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.