From 69cdca19beecabea93c888e6ea6d7bc8d8ee3049 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:26:13 +0300 Subject: [PATCH 1/2] SEO-179239-Redirect-Links-WINUI --- winui/Shadow/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From ca6ca8633a7f5c896b8e53fabb61790eb3f9f4fc Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:32:49 +0300 Subject: [PATCH 2/2] Update Getting-Started.md --- winui/DropDown-Color-Picker/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.