diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-15 22:32:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-15 22:32:00 +0000 |
commit | a4c315f3c32688e46141a44474961fce5cae3a23 (patch) | |
tree | b076ba5b0f0f5e70416ceeb83728815447d0d3bb /src/config | |
parent | 4e4cc9aa277893fc9bb32abb0d82cd1922e18645 (diff) | |
download | tor-a4c315f3c32688e46141a44474961fce5cae3a23.tar.gz tor-a4c315f3c32688e46141a44474961fce5cae3a23.zip |
fix recommended url in torrc.sample for server sign-up
svn:r6626
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index c632d02fe5..eab888f579 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -80,7 +80,7 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost ## NOTE: If you enable these, you should consider mailing your identity ## key fingerprint to the tor-ops, so we can add you to the list of ## servers that clients will trust. See -## http://tor.eff.org/cvs/tor/doc/tor-doc-server.html for details. +## http://tor.eff.org/docs/tor-doc-server.html for details. ## Required: A unique handle for this server #Nickname ididnteditheconfig |