diff --git a/knowledge-base/dock-hide-docking-guide-indicators.md b/knowledge-base/dock-hide-docking-guide-indicators.md index 8bc6f1ae4..961c28003 100644 --- a/knowledge-base/dock-hide-docking-guide-indicators.md +++ b/knowledge-base/dock-hide-docking-guide-indicators.md @@ -17,7 +17,7 @@ ticketid: 1661136 ## Description -By default, when the user starts dragging a window in RadDock, Docking Assistant appears. Docking Assistant uses DockingGuidesTemplates to show hints to help the user to relocate the window. For more information please refer to [Using the DragDropService]({%slug winforms/controls/dock/architecture-and-features/using-the-dragdropservice%}) +By default, when the user starts dragging a window in RadDock, Docking Assistant appears. Docking Assistant uses DockingGuidesTemplates to show hints to help the user to relocate the window. For more information please refer to [Using the DragDropService]({%slug winforms/dock/architecture-and-features/using-the-dragdropservice%}) >caption Figure 1: Before. @@ -65,6 +65,6 @@ Private Sub Service_PreviewDockPosition(ByVal sender As Object, ByVal e As DragD ## See Also - -[Using the DragDropService]({%slug winforms/controls/dock/architecture-and-features/using-the-dragdropservice%}) -[DockingGuidesTemplate]({%slug winforms/controls/dock/architecture-and-features/dockingguidestemplate%}) + +[Using the DragDropService]({%slug winforms/dock/architecture-and-features/using-the-dragdropservice%}) +[DockingGuidesTemplate]({%slug winforms/dock/architecture-and-features/dockingguidestemplate%})