Update notfication now points to new changelog page

This commit is contained in:
jai_
2018-06-06 18:08:43 +01:00
committed by GitHub
parent 1d5a773399
commit fdf2120852

View File

@ -118,7 +118,7 @@ namespace osu.Desktop.Overlays
Icon = FontAwesome.fa_check_square;
Activated = delegate
{
Process.Start($"https://github.com/ppy/osu/releases/tag/v{version}");
Process.Start($"https://osu.ppy.sh/home/changelog/{version}");
return true;
};
}