diff options
author | sr55 <[email protected]> | 2019-07-16 20:45:48 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-07-16 20:46:38 +0100 |
commit | 8d5f8fc7f55d45a082efd5c624c04b84118fb2b5 (patch) | |
tree | ff748bf539d14795479ecf2b6bd70ed247b3a93b | |
parent | 1e6078b9b4290c42f5ab0bc34e84d4f53aa85987 (diff) |
MacGui: Set /docs rather than /docs/en/1.2.0 for the documentation. Better for presenting multiple languages. Fixes #1927
-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 8cb5e2507..20db3dbc6 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/en/1.2.0/"]; + return [NSURL URLWithString:@"https://handbrake.fr/docs/"]; } + (void)writeToActivityLog:(const char *)format, ... |