From a81b45fef5f5f443522a07c5d173952cf28b8cee Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Wed, 3 Feb 2021 21:10:28 +0000 Subject: [PATCH] Update repo link --- WebHax/Pages/Index.razor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebHax/Pages/Index.razor b/WebHax/Pages/Index.razor index 047572b..8edf20f 100644 --- a/WebHax/Pages/Index.razor +++ b/WebHax/Pages/Index.razor @@ -1,4 +1,4 @@ -@page "/" +@page "/" @using System.Xml.Linq @using Microsoft.AspNetCore.WebUtilities @using Microsoft.Extensions.Primitives @@ -177,7 +177,7 @@ Select a repository and click load to view contained packages } else { - Link = "https://gitlab.com/JFronny/UpTool2/snippets/1988600/raw"; + Link = "https://gitlab.com/uptool/UpTool2/-/snippets/1988600/raw/master/Repo.xml"; UpdateApps(); } _btnState = ""; @@ -194,4 +194,4 @@ Select a repository and click load to view contained packages } private Task Req(string link) => Http.GetStringAsync(CorsProxy + link); -} \ No newline at end of file +}