diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-03 23:19:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-03 23:19:15 +0000 |
commit | a005509c9d2273a9f294e45fba9039864a37ee10 (patch) | |
tree | b7bbc4bff60a87b8d4c23a2ffa3fa83e490f1b91 | |
parent | 9e6d6c60962a780954b58becb70cfa6ca89b858d (diff) | |
download | tor-a005509c9d2273a9f294e45fba9039864a37ee10.tar.gz tor-a005509c9d2273a9f294e45fba9039864a37ee10.zip |
update url for when users try to use socksport as an http proxy
svn:r3265
-rw-r--r-- | src/or/buffers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 0db40ed965..990fc94b15 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -630,7 +630,7 @@ int fetch_from_buf_socks(buf_t *buf, socks_request_t *req) { "client accordingly.\n" "</p>\n" "<p>\n" -"See <a href=\"http://freehaven.net/tor/doc/tor-doc.html\">http://freehaven.net/tor/doc/tor-doc.html</a> for more information.\n" +"See <a href=\"http://tor.eff.org/doc/tor-doc.html#installing\">http://tor.eff.org/doc/tor-doc.html#installing</a> for more information.\n" "<!-- Plus this comment, to make the body response more than 512 bytes, so IE will be willing to display it. Comment comment comment comment comment comment comment comment comment comment comment comment.-->\n" "</p>\n" "</body>\n" |