diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-04 18:57:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-04 18:57:16 +0000 |
commit | 533a3bbe2e84379a654f0f281fea1b9238491002 (patch) | |
tree | 99ec149b09fa146e2225e3e823ef6977b86675af /src/config | |
parent | 88c9e3959a097684036436196a40bd60f2df72e2 (diff) | |
download | tor-533a3bbe2e84379a654f0f281fea1b9238491002.tar.gz tor-533a3bbe2e84379a654f0f281fea1b9238491002.zip |
don't point to the 0.0.9.x manual only
svn:r4007
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 51aa487e9c..c01be5e4b3 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -119,7 +119,7 @@ AllowUnverifiedNodes middle,rendezvous ## the default exit policy, end this with either a reject *:* or an ## accept *:*. Otherwise, you're *augmenting* (prepending to) the ## default exit policy. Leave commented to just use the default, which is -## available in the man page or at http://tor.eff.org/tor-manual.html +## available in the man page or at http://tor.eff.org/documentation.html ## ## Look at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Abuse ## for issues you might encounter if you use the default exit policy. |