Skip to content

Commit 70084e4

Browse files
committed
892868: Tooltip for Port
1 parent 4d4849f commit 70084e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blazor/diagram/connectors/segments/bezier/bezier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ The following code example illustrates how to create a customized bezier segment
307307
}
308308
}
309309
```
310-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/BezierSegmentShape).
310+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/Bezier/BezierSegmentShape).
311311

312312
![Connector with Bezier Segment Shape and Style in Blazor Diagram](../../../images/BezierSegmentShape.png)
313313

@@ -347,7 +347,7 @@ The following code example illustrates how to create a customized bezier segment
347347
}
348348
}
349349
```
350-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/SegmentShape).
350+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/Bezier/SegmentShape).
351351

352352
![Connector with Bezier Segment Shape and Style in Blazor Diagram](../../../images/BezierSegmentShape1.png)
353353

blazor/diagram/connectors/segments/straight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The following code example illustrates how to create a customized bezier segment
160160
}
161161
}
162162
```
163-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/StraightSegmentShape)
163+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/Straight/StraightSegmentShape)
164164

165165
![Connector with Straight Segment Shape and Style in Blazor Diagram](../../images/StraightSegmentShape.png)
166166

@@ -199,7 +199,7 @@ The following code example illustrates how to create a customized bezier segment
199199
}
200200
}
201201
```
202-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/SegmentShape)
202+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/Straight/SegmentShape)
203203

204204
![Connector with Straight Segment Shape and Style in Blazor Diagram](../../images/StraightSegmentShape1.png)
205205

0 commit comments

Comments
 (0)