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