aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-10-09 19:33:06 +0000
committerstuconnolly <stuart02@gmail.com>2011-10-09 19:33:06 +0000
commit426ede7d486847f21d8565d6d9e47f4637ec2dd1 (patch)
treefc68058e4d94e021258fdd1f030b03df693eb3c8 /Source/SPConstants.m
parentc8c91195ad32456400fc55377a33d466b6832ab3 (diff)
downloadsequelpro-426ede7d486847f21d8565d6d9e47f4637ec2dd1.tar.gz
sequelpro-426ede7d486847f21d8565d6d9e47f4637ec2dd1.tar.bz2
sequelpro-426ede7d486847f21d8565d6d9e47f4637ec2dd1.zip
Update donate URL.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m2
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/";