diff options
-rw-r--r-- | Source/SPConstants.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index e9af2d44..674410d2 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -208,7 +208,7 @@ NSString *SPBundleDeletedDefaultBundlesKey = @"deletedDefaultBundles"; NSString *SPHiddenKeyFileVisibilityKey = @"KeySelectionHiddenFilesVisibility"; // URLs -NSString *SPDonationsURL = @"http://www.sequelpro.com/donate.html"; +NSString *SPDonationsURL = @"http://www.sequelpro.com/donate/"; NSString *SPMySQLSearchURL = @"http://dev.mysql.com/doc/refman/%@/%@/%@.html"; NSString *SPDevURL = @"http://code.google.com/p/sequel-pro/"; |