]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix some URLs in the README
authorNick Mathewson <nickm@torproject.org>
Sat, 9 Aug 2014 19:57:06 +0000 (15:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 9 Aug 2014 19:57:44 +0000 (15:57 -0400)
patch from mttp; fixes 12830

README
changes/bug12830 [new file with mode: 0644]

diff --git a/README b/README
index b2a391aa611b4beb28a56eb750e30dd73d9cf9ac..e878476aa6c9c63870f25881093c8eaf695f9540 100644 (file)
--- a/README
+++ b/README
@@ -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 (file)
index 0000000..835ebe2
--- /dev/null
@@ -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.