OSDN Git Service

MacGui: Update web links for the Help > Forums and Help > User Guide menu choices.
[handbrake-jp/handbrake-jp-git.git] / macosx / Controller.m
index 08c843f..35c4543 100644 (file)
@@ -6233,12 +6233,12 @@ the user is using "Custom" settings by determining the sender*/
 - (IBAction) openForums: (id) sender
 {
     [[NSWorkspace sharedWorkspace] openURL: [NSURL
-        URLWithString:@"http://handbrake.fr/forum/"]];
+        URLWithString:@"http://forum.handbrake.fr/"]];
 }
 - (IBAction) openUserGuide: (id) sender
 {
     [[NSWorkspace sharedWorkspace] openURL: [NSURL
-        URLWithString:@"http://handbrake.fr/trac/wiki/HandBrakeGuide"]];
+        URLWithString:@"https://trac.handbrake.fr/wiki/HandBrakeGuide"]];
 }
 
 /**