From: Nick Mathewson Date: Thu, 6 Dec 2007 23:56:36 +0000 (+0000) Subject: r16997@catbus: nickm | 2007-12-06 18:56:33 -0500 X-Git-Tag: tor-0.2.0.13-alpha~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e378295d63648d7fca15de1fe19551a0fdc7185;p=thirdparty%2Ftor.git r16997@catbus: nickm | 2007-12-06 18:56:33 -0500 Make http://torproject urls into https://torproject urls. Patch from steve. svn:r12708 --- diff --git a/AUTHORS b/AUTHORS index e3a5bd44e6..e4e9bf65ef 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ This file lists the authors for Tor, a free software project to provide anonymity on the Internet. - For more information about Tor, see http://www.torproject.org/. + For more information about Tor, see https://www.torproject.org/. If you got this file as a part of a larger bundle, there are probably other authors that you should be aware of. diff --git a/README b/README index 401e7d0a53..850039a451 100644 --- a/README +++ b/README @@ -7,13 +7,13 @@ To build Tor from source: ./configure; make; make install Home page: - http://www.torproject.org/ + https://www.torproject.org/ Download new versions: - http://www.torproject.org/download.html + https://www.torproject.org/download.html Documentation, including links to installation and setup instructions: - http://www.torproject.org/documentation.html + https://www.torproject.org/documentation.html Making applications work with Tor: http://wiki.noreply.org/noreply/TheOnionRouter/TorifyHOWTO diff --git a/contrib/tor-ctrl.sh b/contrib/tor-ctrl.sh index d9c0137c42..58320ced12 100644 --- a/contrib/tor-ctrl.sh +++ b/contrib/tor-ctrl.sh @@ -23,7 +23,7 @@ # use notations like 1mb, 1kb or the number of bytes. # # Many, many other things are possible, see -# http://www.torproject.org/svn/trunk/doc/spec/control-spec.txt +# https://www.torproject.org/svn/trunk/doc/spec/control-spec.txt # # Copyright (c) 2007 by Stefan Behte # @@ -68,7 +68,7 @@ cat <\n" "

\n" -"See " - "http://www.torproject.org/documentation.html for more information.\n" +"See " + "https://www.torproject.org/documentation.html for more information.\n" "\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 [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. */