From 1dd670ff03cbce28b551c1060885f3685bcfabdb Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Thu, 2 Feb 2023 16:45:54 +0100 Subject: [PATCH] Update releases link --- Pal.Client/Pal.Client.csproj | 2 +- Pal.Client/Windows/ConfigWindow.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pal.Client/Pal.Client.csproj b/Pal.Client/Pal.Client.csproj index 8983076..b5fd1f1 100644 --- a/Pal.Client/Pal.Client.csproj +++ b/Pal.Client/Pal.Client.csproj @@ -3,7 +3,7 @@ net7.0-windows 11.0 - 2.0 + 2.1 enable diff --git a/Pal.Client/Windows/ConfigWindow.cs b/Pal.Client/Windows/ConfigWindow.cs index 2597491..8196cb1 100644 --- a/Pal.Client/Windows/ConfigWindow.cs +++ b/Pal.Client/Windows/ConfigWindow.cs @@ -206,7 +206,7 @@ namespace Pal.Client.Windows ImGui.Separator(); ImGui.TextWrapped("Exports are available from https://github.com/carvelli/PalacePal/releases/ (as *.pal files)."); if (ImGui.Button("Visit GitHub")) - GenericHelpers.ShellStart("https://github.com/carvelli/PalacePal/releases/"); + GenericHelpers.ShellStart("https://github.com/carvelli/PalacePal/releases/latest"); ImGui.Separator(); ImGui.Text("File to Import:"); ImGui.SameLine();