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 4015dd916..af498813c 100644 --- a/macosx/HBUtilities.m +++ b/macosx/HBUtilities.m @@ -37,7 +37,7 @@ static BOOL hb_resolveBookmarks = YES; + (NSURL *)documentationURL { - return [NSURL URLWithString:@"https://handbrake.fr/docs/en/1.2.0/"]; + return [NSURL URLWithString:@"https://handbrake.fr/docs/en/1.3.0/"]; } + (void)writeToActivityLog:(const char *)format, ... |