diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/MainController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MainController.m b/Source/MainController.m index 2e80e396..d59d2725 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -28,7 +28,7 @@ #import "SPPreferenceController.h" #define SEQUEL_PRO_HOME_PAGE_URL @"http://www.sequelpro.com/" -#define SEQUEL_PRO_DONATIONS_URL @"http://code.google.com/p/sequel-pro/wiki/Donations" +#define SEQUEL_PRO_DONATIONS_URL @"http://www.sequelpro.com/donate.html" #define SEQUEL_PRO_FAQ_URL @"http://www.sequelpro.com/frequently-asked-questions.html" @implementation MainController |