diff options
author | Damiano Galassi <[email protected]> | 2019-07-19 21:34:48 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-07-19 21:34:48 +0200 |
commit | 18461054b9fbf622809122ceedb32633444d4f3e (patch) | |
tree | 4a3dc6a8a5249bf6299489da0524b5d3ed18ba19 | |
parent | 97734fff76d15a2da60f7956d82d463ac7ce6ece (diff) |
MacGui: revert 8d5f8fc7f55d45a082efd5c624c04b84118fb2b5 because it breaks other links to specific topics pages.
-rw-r--r-- | macosx/HBUtilities.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBUtilities.m b/macosx/HBUtilities.m index 20db3dbc6..8cb5e2507 100644 --- a/macosx/HBUtilities.m +++ b/macosx/HBUtilities.m @@ -59,7 +59,7 @@ static NSDateFormatter *_releaseDateFormatter = nil; + (NSURL *)documentationURL { - return [NSURL URLWithString:@"https://handbrake.fr/docs/"]; + return [NSURL URLWithString:@"https://handbrake.fr/docs/en/1.2.0/"]; } + (void)writeToActivityLog:(const char *)format, ... |