diff options
author | Damiano Galassi <[email protected]> | 2019-11-11 10:14:50 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-11-11 18:08:48 +0000 |
commit | 1feed01b779f55037d15ca9f3e111c504fce3e7c (patch) | |
tree | 13869549109c1297f28bf1f823a8c8ec2ee39319 /macosx | |
parent | 60ed78e3a12cb4fa43a69c0a8d3484d81b929d48 (diff) |
MacGui: update documentation url.
Diffstat (limited to 'macosx')
-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, ... |