Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions WinUIGallery/ItemPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -34,7 +24,7 @@ namespace WinUIGallery
/// </summary>
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
Expand Down