diff options
author | stuconnolly <stuart02@gmail.com> | 2011-10-09 19:33:06 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-10-09 19:33:06 +0000 |
commit | 426ede7d486847f21d8565d6d9e47f4637ec2dd1 (patch) | |
tree | fc68058e4d94e021258fdd1f030b03df693eb3c8 | |
parent | c8c91195ad32456400fc55377a33d466b6832ab3 (diff) | |
download | sequelpro-426ede7d486847f21d8565d6d9e47f4637ec2dd1.tar.gz sequelpro-426ede7d486847f21d8565d6d9e47f4637ec2dd1.tar.bz2 sequelpro-426ede7d486847f21d8565d6d9e47f4637ec2dd1.zip |
Update donate URL.
-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/"; |