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 /macosx/HBAddPresetController.m | |
parent | 70616f1c9c85c307f429a7d9ab2098fa0f56c88d (diff) |
MacGui: update the docs urls for 1.1.01.1.0
Diffstat (limited to 'macosx/HBAddPresetController.m')
-rw-r--r-- | macosx/HBAddPresetController.m | 2 |
1 files changed, 1 insertions, 1 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 |