Skip to content

Commit

Permalink
update help url
Browse files Browse the repository at this point in the history
  • Loading branch information
grp committed Dec 24, 2011
1 parent 3c5424b commit 19fffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Preferences/Preferences.mm
Expand Up @@ -20,7 +20,7 @@ - (NSArray *)specifiers {
} }


- (void)moreInfoPressed:(id)specifier { - (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 { - (void)donatePressed:(id)specifier {
Expand Down

0 comments on commit 19fffce

Please sign in to comment.