diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:56:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:56:36 +0000 |
commit | 2e378295d63648d7fca15de1fe19551a0fdc7185 (patch) | |
tree | 9df33c92dac86b9783d63e580b38803e74c9ef75 /src/or/buffers.c | |
parent | 92372b156afd945d2a7736844aae22febdd95016 (diff) | |
download | tor-2e378295d63648d7fca15de1fe19551a0fdc7185.tar.gz tor-2e378295d63648d7fca15de1fe19551a0fdc7185.zip |
r16997@catbus: nickm | 2007-12-06 18:56:33 -0500
Make http://torproject urls into https://torproject urls. Patch from steve.
svn:r12708
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index bf1f7e390b..d422d44e59 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -1439,8 +1439,8 @@ fetch_from_buf_socks(buf_t *buf, socks_request_t *req, "Please configure your client accordingly.\n" "</p>\n" "<p>\n" -"See <a href=\"http://www.torproject.org/documentation.html\">" - "http://www.torproject.org/documentation.html</a> for more information.\n" +"See <a href=\"https://www.torproject.org/documentation.html\">" + "https://www.torproject.org/documentation.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" |