]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update new relay blogpost URL
authorJérôme Charaoui <jerome@riseup.net>
Mon, 10 Jan 2022 15:16:24 +0000 (15:16 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 18 Jan 2022 17:56:34 +0000 (12:56 -0500)
This removes the '/blog/' URL component which relies on a
redirection since the blog has been migrated to Lektor

src/feature/relay/router.c

index 7ea2a4e719076bd5531385e9931a595cc2cc1389..c4170cd720b566616057f804574ac25fdce2579f 100644 (file)
@@ -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;
 }