diff --git a/wpf/Color-Picker-Palette/Getting-Started.md b/wpf/Color-Picker-Palette/Getting-Started.md index 2ea1679232..b7cfbb6c8f 100644 --- a/wpf/Color-Picker-Palette/Getting-Started.md +++ b/wpf/Color-Picker-Palette/Getting-Started.md @@ -290,7 +290,7 @@ colorPickerPalette.Height = 40; ![WPF Color Picker Palette with more color panel](getting-started_images/wpf-color-picker-palette-window.gif) -N> We can show or hide all color panels. Refer the [Dealing with ColorPickerPalette](https://help.syncfusion.com/wpf/color-picker-palette/dealing-with-colorpickerpalette) page that explains the panel visibility support. +N> We can show or hide all color panels. Refer the [Dealing with ColorPickerPalette](https://help.syncfusion.com/wpf/color-picker-palette/working-with-colorpickerpalette) page that explains the panel visibility support. ## Reset selected color diff --git a/wpf/Diagram/Getting-Started.md b/wpf/Diagram/Getting-Started.md index cd2ec03cbc..5af1c08a55 100644 --- a/wpf/Diagram/Getting-Started.md +++ b/wpf/Diagram/Getting-Started.md @@ -14,7 +14,7 @@ documentation: ug Refer to the [control dependencies](https://help.syncfusion.com/wpf/control-dependencies#sfdiagram) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the control in any application. You can find more details about installing the NuGet package in a WPF application in the following link: -[How to install nuget packages](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages) +[How to install nuget packages](https://help.syncfusion.com/wpf/installation/install-nuget-packages) The following section helps you to build your application with SfDiagram. diff --git a/wpf/MaskedTextBox/Getting-Started.md b/wpf/MaskedTextBox/Getting-Started.md index fdd8f7e237..9eae0119f3 100644 --- a/wpf/MaskedTextBox/Getting-Started.md +++ b/wpf/MaskedTextBox/Getting-Started.md @@ -134,7 +134,7 @@ sfMaskedEdit.Mask = @"-?\d+\.?\d*"; Here, the `SfMaskedEdit` accept the positive and negative whole or float type numbers. -N> Please refer the [Restrict the user to enter valid data](https://help.syncfusion.com/wpf/maskedtextbox/working-with-sfmaskededit#restrict-the-user-to-enter-valid-data) page to know more about the various mask pattern with examples. +N> Please refer the [Restrict the user to enter valid data](https://help.syncfusion.com/wpf/maskedtextbox/input-restriction#restrict-the-user-to-enter-valid-data) page to know more about the various mask pattern with examples. N> View [Sample](https://github.com/SyncfusionExamples/syncfusion-wpf-maskedtextbox-examples/tree/master/Samples/InputOptions) in GitHub diff --git a/wpf/Syntax-Editor/Getting-Started.md b/wpf/Syntax-Editor/Getting-Started.md index 11fd4110e2..8781a60c76 100644 --- a/wpf/Syntax-Editor/Getting-Started.md +++ b/wpf/Syntax-Editor/Getting-Started.md @@ -15,7 +15,7 @@ This section explains how to create an interactive code editor application like Refer to the [Control Dependencies](https://help.syncfusion.com/wpf/control-dependencies#edit-control) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the control in any application. -Refer to this [documentation](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages) to find more details about installing nuget packages in a WPF application. +Refer to this [documentation](https://help.syncfusion.com/wpf/installation/install-nuget-packages) to find more details about installing nuget packages in a WPF application. ## Creating simple application with EditControl