From: Damiano Galassi Date: Thu, 15 Sep 2016 08:47:23 +0000 (+0200) Subject: MacGui: link to the new documentation. X-Git-Tag: 1.0.0~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd90266a6d13a57aca3e777f1c04b7ebfc5446bb;p=handbrake MacGui: link to the new documentation. --- 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