diff --git a/src/Ryujinx/Systems/Updater/Updater.GitLab.cs b/src/Ryujinx/Systems/Updater/Updater.GitLab.cs index 6e5e914e0..cd3a3f411 100644 --- a/src/Ryujinx/Systems/Updater/Updater.GitLab.cs +++ b/src/Ryujinx/Systems/Updater/Updater.GitLab.cs @@ -131,7 +131,7 @@ namespace Ryujinx.Ava.Systems public override string ToString() => $"{Group}/{Project}"; public string GetLatestReleaseApiUrl() => - $"https://git.ryujinx.app/api/v4/{Id}/releases/permalink/latest"; + $"https://git.ryujinx.app/api/v4/projects/{Id}/releases/permalink/latest"; } } }