Skip to content

Commit

Permalink
Matching commit b9dd791 from repository spritebuilder/SpriteBuilder
Browse files Browse the repository at this point in the history
Updated help link to new URL for MakeSchool, formerly MakeGamesWithUs.
  • Loading branch information
oxeron committed Mar 6, 2016
1 parent 13f378a commit bbae9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpriteBuilder/ccBuilder/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -4447,7 +4447,7 @@ -(void)disableHelpDialog:(NSString*)type

- (IBAction)showHelp:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://makegameswith.us/docs/"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://makeschool.com/docs/"]];
}

- (IBAction)showAPIDocs:(id)sender
Expand Down

0 comments on commit bbae9e6

Please sign in to comment.