Skip to content

Commit 5f40e93

Browse files
SEO-3146-coverage-page-with-redirect-help
1 parent 9055dc7 commit 5f40e93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aspnet/Diagram/Port.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ documentation: ug
1111

1212
Essential Diagram for ASP.NET provides support to define custom ports for making connections.
1313

14-
![connections between the nodes with multiple ports](/aspnet/Diagram/Port_images/Port_img3.png)
14+
![connections between the nodes with multiple ports](Port_images/Port_img3.png)
1515

1616
When a connector is connected between two nodes, its end points are automatically docked to node's nearest boundary as shown in the following image.
1717

18-
![connector is connected between ports of two nodes](/aspnet/Diagram/Port_images/Port_img4.png)
18+
![connector is connected between ports of two nodes](Port_images/Port_img4.png)
1919

2020
Ports act as the connection points of node and allows to create connections with only those specific points as shown in the following image.
2121

22-
![Ports act as the connection points of node](/aspnet/Diagram/Port_images/Port_img5.png)
22+
![Ports act as the connection points of node](Port_images/Port_img5.png)
2323

2424
## Create Port
2525

@@ -75,7 +75,7 @@ You can add ports at runtime by using the client side method `addPorts`. The fol
7575

7676
{% endhighlight %}
7777

78-
![add ports to node at runtime](/aspnet/Diagram/Port_images/Port_img1.png)
78+
![add ports to node at runtime](Port_images/Port_img1.png)
7979

8080
To explore the set of properties for defining a port, refer to [Port Properties](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Port.html "Port Properties")
8181

@@ -123,7 +123,7 @@ The following code illustrates how to change the appearance of port.
123123

124124
{% endhighlight %}
125125

126-
![change the appearance of port](/aspnet/Diagram/Port_images/Port_img2.png)
126+
![change the appearance of port](Port_images/Port_img2.png)
127127

128128
## Constraints
129129

0 commit comments

Comments
 (0)