]> granicus.if.org Git - handbrake/commitdiff
MacGui: link to the new documentation.
authorDamiano Galassi <damiog@gmail.com>
Thu, 15 Sep 2016 08:47:23 +0000 (10:47 +0200)
committerDamiano Galassi <damiog@gmail.com>
Thu, 15 Sep 2016 08:47:23 +0000 (10:47 +0200)
macosx/HBAppDelegate.m

index 1cdde8fb6309fe49a550cfaa7e31d57a93a76d8f..378798eee2a512f9e465f5b7dbd87973bfc003fe 100644 (file)
 - (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