diff options
author | Damiano Galassi <[email protected]> | 2016-09-15 10:47:23 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-09-15 10:47:23 +0200 |
commit | cd90266a6d13a57aca3e777f1c04b7ebfc5446bb (patch) | |
tree | 3ede0ab80ce96319ff2e25fc3c30cd9f2c1a1ed9 | |
parent | 8ee94cd6416d4841e60fa9c710e79df7a7f546dd (diff) |
MacGui: link to the new documentation.
-rw-r--r-- | macosx/HBAppDelegate.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m index 1cdde8fb6..378798eee 100644 --- a/macosx/HBAppDelegate.m +++ b/macosx/HBAppDelegate.m @@ -403,18 +403,18 @@ - (IBAction)openHomepage:(id)sender { [[NSWorkspace sharedWorkspace] openURL:[NSURL - URLWithString:@"http://handbrake.fr/"]]; + URLWithString:@"https://handbrake.fr/"]]; } - (IBAction)openForums:(id)sender { [[NSWorkspace sharedWorkspace] openURL:[NSURL - URLWithString:@"http://forum.handbrake.fr/"]]; + URLWithString:@"https://forum.handbrake.fr/"]]; } - (IBAction)openUserGuide:(id)sender { [[NSWorkspace sharedWorkspace] openURL:[NSURL - URLWithString:@"http://trac.handbrake.fr/wiki/HandBrakeGuide"]]; + URLWithString:@"https://handbrake.fr/docs"]]; } @end |