summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-07-19 21:34:48 +0200
committerDamiano Galassi <[email protected]>2019-07-19 21:34:48 +0200
commit18461054b9fbf622809122ceedb32633444d4f3e (patch)
tree4a3dc6a8a5249bf6299489da0524b5d3ed18ba19
parent97734fff76d15a2da60f7956d82d463ac7ce6ece (diff)
MacGui: revert 8d5f8fc7f55d45a082efd5c624c04b84118fb2b5 because it breaks other links to specific topics pages.
-rw-r--r--macosx/HBUtilities.m2
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, ...