aboutsummaryrefslogtreecommitdiffstats
path: root/MainController.m
diff options
context:
space:
mode:
Diffstat (limited to 'MainController.m')
-rw-r--r--MainController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainController.m b/MainController.m
index 8256a1a2..ccf387e9 100644
--- a/MainController.m
+++ b/MainController.m
@@ -350,7 +350,7 @@ opens donate link in default browser
opens donate link in default browser
*/
{
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://code.google.com/p/sequel-pro/faq.php"]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://code.google.com/p/sequel-pro/wiki/FAQ"]];
}
- (IBAction)checkForUpdates:(id)sender