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 /contrib | |
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 'contrib')
-rw-r--r-- | contrib/tor-ctrl.sh | 4 | ||||
-rw-r--r-- | contrib/tor.nsi.in | 2 |
2 files changed, 3 insertions, 3 deletions
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 <<EOF tor-ctrl $VERSION by Stefan Behte (http://ge.mine.nu) You should have a look at -http://www.torproject.org/svn/trunk/doc/spec/control-spec.txt +https://www.torproject.org/svn/trunk/doc/spec/control-spec.txt usage: tor-ctrl [-switch] [variable] diff --git a/contrib/tor.nsi.in b/contrib/tor.nsi.in index 5177174fe2..a7ed914b8d 100644 --- a/contrib/tor.nsi.in +++ b/contrib/tor.nsi.in @@ -34,7 +34,7 @@ !define VERSION "0.1.2.3-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" -!define WEBSITE "http://www.torproject.org/" +!define WEBSITE "https://www.torproject.org/" !define LICENSE "..\LICENSE" ;BIN is where it expects to find tor.exe, tor_resolve.exe, libeay32.dll and |