aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-06 09:57:42 -0500
committerNick Mathewson <nickm@torproject.org>2014-03-06 09:57:42 -0500
commitcbf9e742368158b927249913b395b3796d847a92 (patch)
tree12942e21f8465c089946fb34e073153044a35541 /src/or
parentc3800f631b7fb837d8eb03cc0edc4d8a6454aef9 (diff)
downloadtor-cbf9e742368158b927249913b395b3796d847a92.tar
tor-cbf9e742368158b927249913b395b3796d847a92.tar.gz
Correct the URL in the "a relay on win95???" message
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.
Diffstat (limited to 'src/or')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 3984755dd..ef0294626 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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);
}