[tor-commits] [tor/maint-0.4.6] main: Update a dead URL in a log notice

dgoulet at torproject.org dgoulet at torproject.org
Tue Jan 18 18:19:43 UTC 2022


commit b9c06718a871cc9bfe57c7b59e5228183d71d992
Author: David Goulet <dgoulet at torproject.org>
Date:   Tue Jan 18 12:51:52 2022 -0500

    main: Update a dead URL in a log notice
    
    Change https://www.torproject.org/download/download#warning to
    https://support.torproject.org/faq/staying-anonymous/
    
    Closes #40544
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 changes/ticket40544 | 3 +++
 src/app/main/main.c | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

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 8a5d4cfd15..ca3148e7fc 100644
--- a/src/app/main/main.c
+++ b/src/app/main/main.c
@@ -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. "





More information about the tor-commits mailing list