]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
main: Update a dead URL in a log notice
authorDavid Goulet <dgoulet@torproject.org>
Tue, 18 Jan 2022 17:51:52 +0000 (12:51 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 18 Jan 2022 17:51:52 +0000 (12:51 -0500)
Change https://www.torproject.org/download/download#warning to
https://support.torproject.org/faq/staying-anonymous/

Closes #40544

Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket40544 [new file with mode: 0644]
src/app/main/main.c

diff --git a/changes/ticket40544 b/changes/ticket40544
new file mode 100644 (file)
index 0000000..b0754f0
--- /dev/null
@@ -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.
index 8a5d4cfd152194fe364827a650956144bc7ed8f0..ca3148e7fca5de3df118691edc15cc8aa19675b3 100644 (file)
@@ -618,7 +618,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. "