Update changelog url

This commit is contained in:
Jaex 2016-12-12 19:55:25 +03:00
parent b2b203e76d
commit 989d2ca768

View file

@ -31,7 +31,7 @@ public static class Links
public const string URL_PROJECT = "https://github.com/ShareX/ShareX";
public const string URL_ISSUES = URL_PROJECT + "/issues?q=is%3Aissue";
public const string URL_CALLBACK = URL_WEBSITE + "/callback/";
public const string URL_CHANGELOG = URL_PROJECT + "/wiki/Changelog";
public const string URL_CHANGELOG = URL_WEBSITE + "/changelog";
public const string URL_DONATE = URL_WEBSITE + "/donate/";
public const string URL_BERK = "https://github.com/Jaex";
public const string URL_MIKE = "https://github.com/McoreD";