]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Correct the URL in the "a relay on win95???" message
authorNick Mathewson <nickm@torproject.org>
Thu, 6 Mar 2014 14:57:42 +0000 (09:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Mar 2014 14:57:42 +0000 (09:57 -0500)
This is a fix for 9393; it's not a bugfix on any Tor version per se,
but rather on whatever Tor version was current when we reorganized the
wiki.

changes/bug9393 [new file with mode: 0644]
src/or/config.c

diff --git a/changes/bug9393 b/changes/bug9393
new file mode 100644 (file)
index 0000000..9aedd12
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes:
+    - Give the correct URL in the warning message that we present
+      when the user is trying to run a Tor relay on an ancient version
+      of Windows. Fixes bug 9393.
index 3984755dd65a0ea7de1d1299c5f476a41bdf2224..ef0294626782cc487cad2e842873551c3c2acb7e 100644 (file)
@@ -2319,7 +2319,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
        !strcmpstart(uname, "Windows Me"))) {
     log_warn(LD_CONFIG, "Tor is running as a server, but you are "
         "running %s; this probably won't work. See "
-        "https://wiki.torproject.org/TheOnionRouter/TorFAQ#ServerOS "
+        "https://www.torproject.org/docs/faq.html#BestOSForRelay "
         "for details.", uname);
   }