diff options
author | Jérôme Charaoui <jerome@riseup.net> | 2022-01-10 15:16:24 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-01-18 12:56:34 -0500 |
commit | d6c2da663029f4da94a9b7ff68f830e6e7f80e7d (patch) | |
tree | 41771d1cae94d02387d372fd0d91c1d30e89ac57 | |
parent | 4a24673436b2f8cf7a6bbbb353f97f1ae403e411 (diff) | |
download | tor-d6c2da663029f4da94a9b7ff68f830e6e7f80e7d.tar.gz tor-d6c2da663029f4da94a9b7ff68f830e6e7f80e7d.zip |
Update new relay blogpost URL
This removes the '/blog/' URL component which relies on a
redirection since the blog has been migrated to Lektor
-rw-r--r-- | src/feature/relay/router.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/relay/router.c b/src/feature/relay/router.c index 7ea2a4e719..c4170cd720 100644 --- a/src/feature/relay/router.c +++ b/src/feature/relay/router.c @@ -525,8 +525,8 @@ log_new_relay_greeting(void) tor_log(LOG_NOTICE, LD_GENERAL, "You are running a new relay. " "Thanks for helping the Tor network! If you wish to know " "what will happen in the upcoming weeks regarding its usage, " - "have a look at https://blog.torproject.org/blog/lifecycle-of" - "-a-new-relay"); + "have a look at https://blog.torproject.org/lifecycle-of-a" + "-new-relay"); already_logged = 1; } |