From ae3b7894de277028a5dd00e40d38193e91c50447 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Thu, 25 Jan 2024 09:20:19 -0800 Subject: [PATCH] Fix WinUI3 source code link (#9271) Updated the link to point to the stable release source code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c69521e00..b46ca591e6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can build new Windows apps using WinUI 3, which ships as a part of the Windo See the [installation instructions](https://docs.microsoft.com/windows/apps/windows-app-sdk/set-up-your-development-environment), and guidelines on [creating your first WinUI 3 app](https://docs.microsoft.com/windows/apps/winui/winui3/create-your-first-winui3-app). -The source code for WinUI 3 can be found [here](https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/main). +The source code for WinUI 3 can be found [here](https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/release/1.4-stable). ## Using WinUI 2 You can download and use WinUI packages in your app using the NuGet package manager: see the [Getting Started with the Windows UI Library](https://docs.microsoft.com/uwp/toolkits/winui/getting-started) page for more information.