From cd90266a6d13a57aca3e777f1c04b7ebfc5446bb Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 15 Sep 2016 10:47:23 +0200 Subject: [PATCH] MacGui: link to the new documentation. --- macosx/HBAppDelegate.m | 6 +++--- 1 file 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 -- 2.40.0