]> granicus.if.org Git - handbrake/commitdiff
MacGui: update the docs urls for 1.1.0 1.1.0
authorDamiano Galassi <damiog@gmail.com>
Thu, 5 Apr 2018 17:31:47 +0000 (19:31 +0200)
committerDamiano Galassi <damiog@gmail.com>
Thu, 5 Apr 2018 17:31:47 +0000 (19:31 +0200)
macosx/HBAddPresetController.m
macosx/HBAppDelegate.m
macosx/HBAudioDefaultsController.m
macosx/HBSubtitlesDefaultsController.m

index 76ce3facd54cc28f993976137d8a38eaf2c6d423..7fc0af0a5052398d284a7bfd70ff5e0fea278383 100644 (file)
@@ -268,7 +268,7 @@ typedef NS_ENUM(NSUInteger, HBAddPresetControllerMode) {
 - (IBAction)openUserGuide:(id)sender
 {
     [[NSWorkspace sharedWorkspace] openURL:[NSURL
-                                            URLWithString:@"https://handbrake.fr/docs/en/latest/advanced/custom-presets.html"]];
+                                            URLWithString:@"https://handbrake.fr/docs/en/1.1.0/advanced/custom-presets.html"]];
 }
 
 @end
index 01ed1cd6a4bf7cbf52b4cd4057072603b268ccf9..ad93c1cc717cb4da8bca0f042924754aa9a9e48e 100644 (file)
 - (IBAction)openUserGuide:(id)sender
 {
     [[NSWorkspace sharedWorkspace] openURL:[NSURL
-                                            URLWithString:@"https://handbrake.fr/docs/en/1.0.0/"]];
+                                            URLWithString:@"https://handbrake.fr/docs/en/1.1.0/"]];
 }
 
 @end
index 27f8d45be3abf5402c85cd83bfba0e0b6d4ecf51..023030ecfa6c84599890c1972611e4a7bfbd8e04 100644 (file)
@@ -100,7 +100,7 @@ static void *HBAudioDefaultsContext = &HBAudioDefaultsContext;
 - (IBAction)openUserGuide:(id)sender
 {
     [[NSWorkspace sharedWorkspace] openURL:[NSURL
-                                            URLWithString:@"https://handbrake.fr/docs/en/latest/advanced/audio-subtitle-defaults.html"]];
+                                            URLWithString:@"https://handbrake.fr/docs/en/1.1.0/advanced/audio-subtitle-defaults.html"]];
 }
 
 - (void)dealloc
index 859272812453c12d897699748cd0147bdb1ec62d..1acac3c692f6bfbd0f4ac6ba27399da2f733f7f1 100644 (file)
@@ -81,7 +81,7 @@ static void *HBSubtitlesDefaultsContext = &HBSubtitlesDefaultsContext;
 - (IBAction)openUserGuide:(id)sender
 {
     [[NSWorkspace sharedWorkspace] openURL:[NSURL
-                                            URLWithString:@"https://handbrake.fr/docs/en/latest/advanced/audio-subtitle-defaults.html"]];
+                                            URLWithString:@"https://handbrake.fr/docs/en/1.1.0/advanced/audio-subtitle-defaults.html"]];
 }
 
 - (void)dealloc