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 | |
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')
-rw-r--r-- | src/or/buffers.c | 4 | ||||
-rw-r--r-- | src/or/config.c | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/src/or/config.c b/src/or/config.c index a218a86947..3cc6789b8a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1901,7 +1901,7 @@ print_usage(void) printf( "Copyright 2001-2007 Roger Dingledine, Nick Mathewson.\n\n" "tor -f <torrc> [args]\n" -"See man page for options, or http://www.torproject.org/ for documentation.\n"); +"See man page for options, or https://www.torproject.org/ for documentation.\n"); } /** Print all non-obsolete torrc options. */ |