diff options
author | David Goulet <dgoulet@torproject.org> | 2022-01-18 13:15:29 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-01-18 13:15:29 -0500 |
commit | e9495868892e12f5102f4964d7a9bba84adadd93 (patch) | |
tree | c0bd522162f4bc377d18023b948395c73b3d41e5 /src/app | |
parent | a4510603f742a7db0f5e8f359920ad4001a9db07 (diff) | |
parent | ec5611e876b5e32dbf241ded13311e1532791876 (diff) | |
download | tor-e9495868892e12f5102f4964d7a9bba84adadd93.tar.gz tor-e9495868892e12f5102f4964d7a9bba84adadd93.zip |
Merge branch 'maint-0.4.6'
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 f7b532f0ab..b73d722963 100644 --- 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. " |