diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-06 19:44:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-06 19:44:17 +0000 |
commit | 6e9bdc862c34930a9692b8de79b39877a5276a66 (patch) | |
tree | 8974b912b244f94a2a9a02cb8477ed50952ed3e4 /src/or | |
parent | 8a8776060fc71cee3c4fc60931028d9861d73616 (diff) | |
download | tor-6e9bdc862c34930a9692b8de79b39877a5276a66.tar.gz tor-6e9bdc862c34930a9692b8de79b39877a5276a66.zip |
when they use tor as an http proxy, point them at a better url
svn:r2161
Diffstat (limited to 'src/or')
-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 1d4ea50427..0f15e7bbfe 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -606,7 +606,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/cvs/INSTALL\">http://freehaven.net/tor/cvs/INSTALL</a> for more information.\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" "<!-- 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" |