diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-09 15:57:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-09 15:57:44 -0400 |
commit | 4056c61608f1ede0da56559cb7e56ec2087dc659 (patch) | |
tree | b0a7965872bc629e6d960ad0d2ebeaa639df1a64 | |
parent | fcac4b4467427e8f6ad948e8c8e6f34a0131e716 (diff) | |
download | tor-4056c61608f1ede0da56559cb7e56ec2087dc659.tar.gz tor-4056c61608f1ede0da56559cb7e56ec2087dc659.zip |
Fix some URLs in the README
patch from mttp; fixes 12830
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | changes/bug12830 | 4 |
2 files changed, 8 insertions, 5 deletions
@@ -10,17 +10,16 @@ Home page: https://www.torproject.org/ Download new versions: - https://www.torproject.org/download.html + https://www.torproject.org/download/download.html Documentation, including links to installation and setup instructions: - https://www.torproject.org/documentation.html + https://www.torproject.org/docs/documentation.html Making applications work with Tor: - https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO + https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO Frequently Asked Questions: - https://www.torproject.org/faq.html - https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ + https://www.torproject.org/docs/faq.html To get started working on Tor development: diff --git a/changes/bug12830 b/changes/bug12830 new file mode 100644 index 0000000000..835ebe2fa7 --- /dev/null +++ b/changes/bug12830 @@ -0,0 +1,4 @@ + o Documentation: + - Adjust the URLs in the README to refer to the new locations of + several documents on the website. Patch from Matt Pagan. Fixes + bug 12830. |