diff options
author | Cameron Cawley | 2018-08-24 18:26:41 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-28 15:52:23 +0200 |
commit | 6b5c7e6928b9e432c7ca3102221acea25b80766a (patch) | |
tree | 6344cd15694a09055a2d1bfa197c5d74cc93d3dc | |
parent | ebedc154377b9229a8cb0389483db19afbb52891 (diff) | |
download | scummvm-rg350-6b5c7e6928b9e432c7ca3102221acea25b80766a.tar.gz scummvm-rg350-6b5c7e6928b9e432c7ca3102221acea25b80766a.tar.bz2 scummvm-rg350-6b5c7e6928b9e432c7ca3102221acea25b80766a.zip |
MACOSX: Update link to documentation
-rw-r--r-- | backends/platform/sdl/macosx/appmenu_osx.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/macosx/appmenu_osx.mm b/backends/platform/sdl/macosx/appmenu_osx.mm index a606bdc1ab..4e0e11a94f 100644 --- a/backends/platform/sdl/macosx/appmenu_osx.mm +++ b/backends/platform/sdl/macosx/appmenu_osx.mm @@ -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 { |