diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-06 11:52:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-06 11:52:22 -0500 |
commit | a50690e68f8a332321e88f0ac8c3046186bc1c1f (patch) | |
tree | cfd92cd857d8624d04db026d783ba00a9848e0a8 /src | |
parent | 4a2a1e572ec789efee2779e00d920a70892845cc (diff) | |
parent | cbf9e742368158b927249913b395b3796d847a92 (diff) | |
download | tor-a50690e68f8a332321e88f0ac8c3046186bc1c1f.tar tor-a50690e68f8a332321e88f0ac8c3046186bc1c1f.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 4c292d82b..c822a8475 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2455,7 +2455,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); } |