From 772c3574758e9bc29cb76bbc86343cf9ad5ddd71 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 8 Sep 2010 14:41:02 +0000 Subject: MacGui: Update web links for the Help > Forums and Help > User Guide menu choices. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3509 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/Controller.m') diff --git a/macosx/Controller.m b/macosx/Controller.m index 08c843f88..35c454331 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"]]; } /** -- cgit v1.2.3