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/contrib | |
parent | 2e378295d63648d7fca15de1fe19551a0fdc7185 (diff) | |
download | tor-21aa295beca5576729fa7e6e3122ead926d6c04a.tar tor-21aa295beca5576729fa7e6e3122ead926d6c04a.tar.gz |
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/contrib')
-rw-r--r-- | doc/contrib/torel-design.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contrib/torel-design.txt b/doc/contrib/torel-design.txt index a7a1684d5..610cbe21f 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. |