From 5e882f15fe90db98f1238d6dc247abbb0154912f Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:48:49 +0530 Subject: [PATCH] SEO-2684-Coverage-Page-With-Redirect-UG --- wpf/Diagram/Node.md | 2 +- wpf/Diagram/Snapping/CustomSnapping.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index f4a6a1a7bf..24771cb4b9 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -694,7 +694,7 @@ To explore about selection and selection related events, refer to the [Selection * Instead of dragging original object, preview of the node alone can be dragged. For preview dragging, refer to the [PreviewSettings](https://help.syncfusion.com/wpf/diagram/interaction/dragging/previewsettings/preview-settings). -* While dragging, the objects are snapped towards the nearest objects to make better alignments. For better alignments, refer to the [Snapping](https://help.syncfusion.com/wpf/diagram/snapping "Snapping"). +* While dragging, the objects are snapped towards the nearest objects to make better alignments. For better alignments, refer to the [Snapping](https://help.syncfusion.com/wpf/diagram/snapping/definesnapping "Snapping"). * The `BoundaryConstraints` argument in the `NodeChangedEvent` is used to restrict the dragging of the Nodes in the given region. diff --git a/wpf/Diagram/Snapping/CustomSnapping.md b/wpf/Diagram/Snapping/CustomSnapping.md index 47382107c7..6136968142 100644 --- a/wpf/Diagram/Snapping/CustomSnapping.md +++ b/wpf/Diagram/Snapping/CustomSnapping.md @@ -118,6 +118,6 @@ diagram.SnapSettings = new SnapSettings() [How to add gridlines for diagram](https://help.syncfusion.com/wpf/diagram/gridlines) -[How to add ruler for diagram](/wpf/sfdiagram/rulers) +[How to add ruler for diagram](/wpf/diagram/rulers) {% endseealso %}