From ed061fd6b6fab6fe5b9488e4a3817d882eb6b394 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 8 Sep 2010 14:41:02 +0000 Subject: [PATCH] MacGui: Update web links for the Help > Forums and Help > User Guide menu choices. git-svn-id: svn://localhost/HandBrake/trunk@3509 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index 08c843f8..35c45433 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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"]]; } /** -- 2.11.0