summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-01-18 13:15:29 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-01-18 13:15:29 -0500
commitae149b2b6343e6de5436ca207cdfc26425cda08f (patch)
treeef6388de549206628f047397e5cec380ce9631ad
parentc2029e1da999fef10452f28a55fd6a44da670da3 (diff)
parent49c758af47ce5e45154dbf445519b422d79f30ad (diff)
downloadtor-ae149b2b6343e6de5436ca207cdfc26425cda08f.tar.gz
tor-ae149b2b6343e6de5436ca207cdfc26425cda08f.zip
Merge branch 'maint-0.4.5' into release-0.4.5
-rw-r--r--changes/ticket405443
-rw-r--r--src/app/main/main.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/changes/ticket40544 b/changes/ticket40544
new file mode 100644
index 0000000000..b0754f0fd4
--- /dev/null
+++ 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
index 7c6feb77fe..5043caedb6 100644
--- a/src/app/main/main.c
+++ b/src/app/main/main.c
@@ -596,7 +596,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. "