diff --git a/winui/DropDown-Color-Picker/Getting-Started.md b/winui/DropDown-Color-Picker/Getting-Started.md index 769b8b1b8..e5edcb8db 100644 --- a/winui/DropDown-Color-Picker/Getting-Started.md +++ b/winui/DropDown-Color-Picker/Getting-Started.md @@ -23,7 +23,7 @@ In this walkthrough, you will create a WinUI application that contains the `Drop To add `DropDown Color Picker` control manually in XAML , follow the below steps. -1. Create a [WinUI 3 desktop app for C# and .NET 5](https://docs.microsoft.com/en-us/windows/apps/winui/winui3/get-started-winui3-for-desktop). +1. Create a [WinUI 3 desktop app for C# and .NET 5](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app). 2. Download and refer the following NuGet in the project. * [Syncfusion.Editors.WinUI](https://www.nuget.org/packages/Syncfusion.Editors.WinUI) 3. Import the control namespace `Syncfusion.UI.Xaml.Editors` in XAML or C# code. @@ -57,7 +57,7 @@ To add `DropDown Color Picker` control manually in XAML , follow the below steps To add the `DropDown Color Picker` control manually in C#, follow the below steps. -1. Create a [WinUI 3 desktop app for C# and .NET 5](https://docs.microsoft.com/en-us/windows/apps/winui/winui3/get-started-winui3-for-desktop). +1. Create a [WinUI 3 desktop app for C# and .NET 5](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app). 2. Download and refer the following NuGet in the project. * [Syncfusion.Editors.WinUI](https://www.nuget.org/packages/Syncfusion.Editors.WinUI) 3. Import the `DropDown Color Picker` namespace `Syncfusion.UI.Xaml.Editors` in C# page. diff --git a/winui/Shadow/Getting-Started.md b/winui/Shadow/Getting-Started.md index e0c55dc47..4ae0b9e01 100644 --- a/winui/Shadow/Getting-Started.md +++ b/winui/Shadow/Getting-Started.md @@ -13,7 +13,7 @@ This section explains the steps required to add the [WinUI Shadow control](https ## Creating an application with WinUI Shadow control -1. Create a [WinUI 3 desktop app for C# and .NET 5](https://docs.microsoft.com/en-us/windows/apps/winui/winui3/get-started-winui3-for-desktop). +1. Create a [WinUI 3 desktop app for C# and .NET 5](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app). 2. Add reference to [Syncfusion.Core.WinUI](https://www.nuget.org/packages/Syncfusion.Core.WinUI) NuGet. 3. Import the control namespace `Syncfusion.UI.Xaml.Core` in XAML or C# code. 4. Initialize the [SfShadow](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Core.SfShadow.html) control.