diff options
-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, ... |