Skip to content

Commit

Permalink
MacGui: update the docs urls for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Apr 5, 2018
1 parent 70616f1 commit b463d33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion macosx/HBAddPresetController.m
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ - (IBAction)cancel:(id)sender
- (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
2 changes: 1 addition & 1 deletion macosx/HBAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ - (IBAction)openForums:(id)sender
- (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
2 changes: 1 addition & 1 deletion macosx/HBAudioDefaultsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ - (IBAction)cancel:(id)sender
- (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
Expand Down
2 changes: 1 addition & 1 deletion macosx/HBSubtitlesDefaultsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ - (IBAction)cancel:(id)sender
- (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
Expand Down

0 comments on commit b463d33

Please sign in to comment.