diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2008-03-14 05:27:27 +0000 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2008-03-14 05:27:27 +0000 |
commit | db4fccef84526888c555a8afd42668d8c28709a4 (patch) | |
tree | 49b71d3d7dcacad6e27e3ddea6f9ea30d77c5073 /contrib/sd | |
parent | 4dbf9fe06f4865edd8666bed6660d53503a838a0 (diff) | |
download | tor-db4fccef84526888c555a8afd42668d8c28709a4.tar.gz tor-db4fccef84526888c555a8afd42668d8c28709a4.zip |
Added a link to the v3 directory consensus on Weasel's server.
svn:r14020
Diffstat (limited to 'contrib/sd')
-rwxr-xr-x | contrib/sd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sd b/contrib/sd index 6a4649f2aa..8db00bd2e0 100755 --- a/contrib/sd +++ b/contrib/sd @@ -33,7 +33,7 @@ set -e; # Feel free to set any authority you desire, we're using weasel's by default # You could also try the v3 directory infomation in weasel's dir authority: -# http://tor.noreply.org:80/tor/status/authority +# http://tor.noreply.org/tor/status-vote/current/consensus # authority="http://tor.noreply.org:80/tor/status/authority"; |