commit e9495868892e12f5102f4964d7a9bba84adadd93
parent a4510603f742a7db0f5e8f359920ad4001a9db07
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 18 Jan 2022 13:15:29 -0500
Merge branch 'maint-0.4.6'
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/changes/ticket40544 b/changes/ticket40544
@@ -0,0 +1,3 @@
+ o Minor bugfix (logging):
+ - Update a log notice dead URL to a working one. Fixes bug 40544; bugfix on
+ 0.3.5.1-alpha.
diff --git a/src/app/main/main.c b/src/app/main/main.c
@@ -590,7 +590,7 @@ tor_init(int argc, char *argv[])
log_notice(LD_GENERAL, "Tor can't help you if you use it wrong! "
"Learn how to be safe at "
- "https://www.torproject.org/download/download#warning");
+ "https://support.torproject.org/faq/staying-anonymous/");
if (strstr(version, "alpha") || strstr(version, "beta"))
log_notice(LD_GENERAL, "This version is not a stable Tor release. "