OSDN Git Service

MacGui: Update web links for the Help > Forums and Help > User Guide menu choices.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 8 Sep 2010 14:41:02 +0000 (14:41 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 8 Sep 2010 14:41:02 +0000 (14:41 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3509 b64f7644-9d1e-0410-96f1-a4d463321fa5

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"]];
 }
 
 /**