From 19fffcec86ef2d4da1997fdc86022821a8c911ed Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sat, 24 Dec 2011 13:40:42 -0800 Subject: [PATCH] update help url --- Preferences/Preferences.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Preferences/Preferences.mm b/Preferences/Preferences.mm index e890293..a933d4b 100644 --- a/Preferences/Preferences.mm +++ b/Preferences/Preferences.mm @@ -20,7 +20,7 @@ - (NSArray *)specifiers { } - (void)moreInfoPressed:(id)specifier { - [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://chpwn.com/apps/spire/help"]]; + [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://chpwn.com/apps/spire"]]; } - (void)donatePressed:(id)specifier {