From 9052972906c8a0a1b6cb5d5c61b27d6d27cd7f11 Mon Sep 17 00:00:00 2001 From: Arpad Barta Date: Thu, 29 Apr 2021 02:53:35 +0300 Subject: [PATCH] Roadmap broken link (#4864) * Fixes a broken link for the VS Templates * Removes en-us from template link --- docs/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 4f2664eca3..fbfdd43b26 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -92,7 +92,7 @@ The Universal Windows Platform contains more than just the XAML framework (e.g. ### Updating your apps to use WinUI 3 -Creating a new WinUI 3 app will be easy using new [Visual Studio 2019 project templates](https://docs.microsoft.com/windows/apps/winui/winui3/create-winui3-projects). +Creating a new WinUI 3 app will be easy using new [Visual Studio 2019 project templates](https://docs.microsoft.com/windows/apps/winui/winui3/winui-project-templates-in-visual-studio). For existing UWP XAML apps there will be some updates required when migrating to WinUI 3. These updates will require little effort, with the bulk of most project changes involving find-and-replace namespace changes. We'd love to hear your thoughts on the developer experience in the [WinUI 3.0 tooling discussion issue](https://github.com/microsoft/microsoft-ui-xaml/issues/1045).