diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-07 00:24:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-07 00:24:28 +0000 |
commit | 21aa295beca5576729fa7e6e3122ead926d6c04a (patch) | |
tree | 4eb34f4359b31e05ddeed874bd09ed6e7c71728b /doc | |
parent | 2e378295d63648d7fca15de1fe19551a0fdc7185 (diff) | |
download | tor-21aa295beca5576729fa7e6e3122ead926d6c04a.tar.gz tor-21aa295beca5576729fa7e6e3122ead926d6c04a.zip |
r16999@catbus: nickm | 2007-12-06 19:24:26 -0500
Make a couple of http instances into https. Again, from steve.
svn:r12709
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contrib/torel-design.txt | 2 | ||||
-rw-r--r-- | doc/design-paper/sptor.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/contrib/torel-design.txt b/doc/contrib/torel-design.txt index a7a1684d55..610cbe21f8 100644 --- a/doc/contrib/torel-design.txt +++ b/doc/contrib/torel-design.txt @@ -42,7 +42,7 @@ How? server allows connections to a certain address:port combo, look at the definitions in dir-spec.txt or follow the logic of the current exitlist script. If bug 405 is still open when you work on this - (http://bugs.torproject.org/flyspray/index.php?do=details&id=405), you'll + (https://bugs.torproject.org/flyspray/index.php?do=details&id=405), you'll probably want to extend it to look at only the newest descriptor for each server, so you don't use obsolete exit policy data. diff --git a/doc/design-paper/sptor.tex b/doc/design-paper/sptor.tex index dda6842476..9a981fc5d9 100644 --- a/doc/design-paper/sptor.tex +++ b/doc/design-paper/sptor.tex @@ -119,7 +119,7 @@ both the stability and the security of the network. Usability is also a central goal. Downloading and installing Tor is easy. Simply go to\\ -http://torproject.org/ and download. Tor comes with install +https://www.torproject.org/ and download. Tor comes with install wizards and a GUI for major operating systems: GNU/Linux, OS X, and Windows. It also runs on various flavors of BSD and UNIX\@. Basic instructions, documentation, FAQs, etc.\ are available in many |