summaryrefslogtreecommitdiffstats
path: root/macosx/HBAppDelegate.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-12-24 10:13:25 +0100
committerDamiano Galassi <[email protected]>2016-12-24 10:13:25 +0100
commit573a7810cb2e995e0b86b623b7c6eeeb5f89b0bf (patch)
treee2dbde4d487179f95ef5f9bc006d65f25168ee42 /macosx/HBAppDelegate.m
parentcc28de1b10b1ebe0b1f9724500d2c9bd6a6cb0e7 (diff)
MacGui: set the docs menu item to go directly to en 1.0.0 docs.
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r--macosx/HBAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m
index 378798eee..97627194b 100644
--- a/macosx/HBAppDelegate.m
+++ b/macosx/HBAppDelegate.m
@@ -414,7 +414,7 @@
- (IBAction)openUserGuide:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL
- URLWithString:@"https://handbrake.fr/docs"]];
+ URLWithString:@"https://handbrake.fr/docs/en/1.0.0/"]];
}
@end