diff options
author | Damiano Galassi <[email protected]> | 2018-04-05 19:31:47 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-04-05 19:31:47 +0200 |
commit | b463d33a4ed4c9da5fb6432e7fb7e08422fc1aad (patch) | |
tree | c760d51655cf2b15cd88cc6c6ffc2da2197ba382 | |
parent | 70616f1c9c85c307f429a7d9ab2098fa0f56c88d (diff) |
MacGui: update the docs urls for 1.1.01.1.0
-rw-r--r-- | macosx/HBAddPresetController.m | 2 | ||||
-rw-r--r-- | macosx/HBAppDelegate.m | 2 | ||||
-rw-r--r-- | macosx/HBAudioDefaultsController.m | 2 | ||||
-rw-r--r-- | macosx/HBSubtitlesDefaultsController.m | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/macosx/HBAddPresetController.m b/macosx/HBAddPresetController.m index 76ce3facd..7fc0af0a5 100644 --- a/macosx/HBAddPresetController.m +++ b/macosx/HBAddPresetController.m @@ -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 diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m index 01ed1cd6a..ad93c1cc7 100644 --- a/macosx/HBAppDelegate.m +++ b/macosx/HBAppDelegate.m @@ -362,7 +362,7 @@ - (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 diff --git a/macosx/HBAudioDefaultsController.m b/macosx/HBAudioDefaultsController.m index 27f8d45be..023030ecf 100644 --- a/macosx/HBAudioDefaultsController.m +++ b/macosx/HBAudioDefaultsController.m @@ -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 diff --git a/macosx/HBSubtitlesDefaultsController.m b/macosx/HBSubtitlesDefaultsController.m index 859272812..1acac3c69 100644 --- a/macosx/HBSubtitlesDefaultsController.m +++ b/macosx/HBSubtitlesDefaultsController.m @@ -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 |