From cd4b993d04d8f87fdb07a8e6ee20dbb4a557b7ec Mon Sep 17 00:00:00 2001 From: RamyaSF4537 <163090322+RamyaSF4537@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:53:19 +0530 Subject: [PATCH] 892862: Port UG --- blazor/diagram/tool-tip.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blazor/diagram/tool-tip.md b/blazor/diagram/tool-tip.md index 41d9c0db35..889bf40daf 100644 --- a/blazor/diagram/tool-tip.md +++ b/blazor/diagram/tool-tip.md @@ -943,7 +943,7 @@ The following code example demonstrates how to set the `IsSticky` property to `t } } ``` -You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/UserHandleIsSticky/) +You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/UserHandle/UserHandleIsSticky/) ![ToolTip During hover the ports with Stikcy Mode](images/UserHandleIsSticky.png) @@ -1113,7 +1113,7 @@ By default, tooltips are not displayed. To display a tooltip, you must explicitl ``` You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Ports/ActionofPorts/TooltipForSpecificPort) -![ToolTip During hover the port](../images/PortTooltip.gif ) +![ToolTip During hover the port](./images/PortTooltip.gif ) ## How to set sticky tooltip for ports @@ -1172,6 +1172,6 @@ The following code example demonstrates how to set the `IsSticky` property to `t ``` You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Tooltip/) -![ToolTip During hover the ports with Stikcy Mode](../images/PortIsSticky.png) +![ToolTip During hover the ports with Stikcy Mode](./images/PortIsSticky.png)