diff options
-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 |