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 +}