MACOSX: Update link to documentation

This commit is contained in:
Cameron Cawley 2018-08-24 18:26:41 +01:00 committed by Eugene Sandulenko
parent ebedc15437
commit 6b5c7e6928

View File

@ -104,7 +104,7 @@ static void openFromBundle(NSString *file) {
}
- (void)openUserManual {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.scummvm.org/manual"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.scummvm.org/documentation"]];
}
- (void)openCredits {