From b974e230e246cf1ada4cfa866d93b6a6b1281609 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Tue, 12 Dec 2023 18:41:05 +0300 Subject: [PATCH] SEO-178100-Winui-page-with-redirects-links --- 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.