diff --git a/HelpersLib/Links.cs b/HelpersLib/Links.cs index 1d2212408..e4db6f450 100644 --- a/HelpersLib/Links.cs +++ b/HelpersLib/Links.cs @@ -30,7 +30,7 @@ public static class Links public const string URL_WEBSITE = "http://getsharex.com"; public const string URL_PROJECT = "https://github.com/ShareX/ShareX"; public const string URL_ISSUES = "https://github.com/ShareX/ShareX/issues"; - public const string URL_DONATE = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8DSJ2WNEHHDJJ&lc=US&item_name=ShareX¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"; + public const string URL_DONATE = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=donate%40getsharex%2ecom&lc=US&item_name=ShareX¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"; public const string URL_BERK = "https://github.com/Jaex"; public const string URL_BERK_STEAM = "http://steamcommunity.com/id/ww"; public const string URL_MIKE = "https://code.google.com/u/mcored";