diff options
author | David Goulet <dgoulet@torproject.org> | 2022-01-18 12:51:52 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-01-18 12:51:52 -0500 |
commit | b9c06718a871cc9bfe57c7b59e5228183d71d992 (patch) | |
tree | 55b4766543a2177d8216d34eaf5b0b74008da40d /src/app | |
parent | 4a24673436b2f8cf7a6bbbb353f97f1ae403e411 (diff) | |
download | tor-b9c06718a871cc9bfe57c7b59e5228183d71d992.tar.gz tor-b9c06718a871cc9bfe57c7b59e5228183d71d992.zip |
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@torproject.org>
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. " |