From 2e378295d63648d7fca15de1fe19551a0fdc7185 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 6 Dec 2007 23:56:36 +0000 Subject: r16997@catbus: nickm | 2007-12-06 18:56:33 -0500 Make http://torproject urls into https://torproject urls. Patch from steve. svn:r12708 --- AUTHORS | 2 +- README | 6 +++--- contrib/tor-ctrl.sh | 4 ++-- contrib/tor.nsi.in | 2 +- doc/design-paper/blocking.tex | 2 +- src/config/torrc.sample.in | 8 ++++---- src/or/buffers.c | 4 ++-- src/or/config.c | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/AUTHORS b/AUTHORS index e3a5bd44e..e4e9bf65e 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 401e7d0a5..850039a45 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 d9c0137c4..58320ced1 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 a218a8694..3cc6789b8 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. */ -- cgit v1.2.3