From 22d4ade701411924f6419ec7d320bd39dfebe821 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 27 Jan 2009 18:11:30 +0000 Subject: Point the menu links to Sequel Pro's website rather than the Goolge Code site. --- Source/MainController.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/MainController.m') diff --git a/Source/MainController.m b/Source/MainController.m index a041e8e1..597adc16 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -339,7 +339,7 @@ opens donate link in default browser */ - (IBAction)donate:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://code.google.com/p/sequel-pro/wiki/Donations"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.sequelpro.com/donate.html"]]; } /* @@ -347,7 +347,7 @@ opens website link in default browser */ - (IBAction)visitWebsite:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://code.google.com/p/sequel-pro"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.sequelpro.com/"]]; } /* @@ -355,7 +355,7 @@ opens help link in default browser */ - (IBAction)visitHelpWebsite:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://code.google.com/p/sequel-pro/wiki/FAQ"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.sequelpro.com/frequently-asked-questions.html"]]; } /* -- cgit v1.2.3