From e1319d8282f0201dc9b65bffb16dcddccfd9a0bd Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Tue, 10 Dec 2024 15:02:26 +0100 Subject: [PATCH] Fix broken WinUI repo link --- WinUIGallery/ItemPage.xaml.cs | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/WinUIGallery/ItemPage.xaml.cs b/WinUIGallery/ItemPage.xaml.cs index 17852e68c..74d95a40c 100644 --- a/WinUIGallery/ItemPage.xaml.cs +++ b/WinUIGallery/ItemPage.xaml.cs @@ -9,23 +9,13 @@ //********************************************************* using System; using System.Linq; -using System.Numerics; using System.Reflection; -using WinUIGallery.Data; -using WinUIGallery.Helper; -using Windows.Foundation; -using Windows.Foundation.Metadata; -using Windows.System; -using Microsoft.UI.Composition; using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; -using Microsoft.UI.Xaml.Controls.Primitives; -using Microsoft.UI.Xaml.Hosting; -using Microsoft.UI.Xaml.Input; -using Microsoft.UI.Xaml.Media.Animation; using Microsoft.UI.Xaml.Navigation; +using WinUIGallery.Data; using WinUIGallery.DesktopWap.Controls; -using WASDK = Microsoft.WindowsAppSDK; +using WinUIGallery.Helper; namespace WinUIGallery { @@ -34,7 +24,7 @@ namespace WinUIGallery /// public sealed partial class ItemPage : Page { - private static string WinUIBaseUrl = string.Format("https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/release/{0}.{1}-stable/controls/dev", WASDK.Release.Major, WASDK.Release.Minor); + private static string WinUIBaseUrl = "https://github.com/microsoft/microsoft-ui-xaml/tree/main/src/controls/dev"; private static string GalleryBaseUrl = "https://github.com/microsoft/WinUI-Gallery/tree/main/WinUIGallery/ControlPages/"; public ControlInfoDataItem Item