[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] Correct a broken faq link in the INSTALL file
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
Date: Wed, 22 Dec 2010 00:54:29 -0500
Subject: Correct a broken faq link in the INSTALL file
Commit: d97be399c9b01ee15f8bc83c62ec22f3cb24bc51
---
INSTALL | 4 ++--
changes/install-fix | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
create mode 100644 changes/install-fix
diff --git a/INSTALL b/INSTALL
index f05bb39..5da50a6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Most users who realize that INSTALL files still exist should simply
follow the directions at
https://www.torproject.org/docs/tor-doc-unix
-If you got the source from Subversion, run "./autogen.sh", which will
+If you got the source from git, run "./autogen.sh", which will
run the various auto* programs. Then you can run ./configure, and
refer to the above instructions.
@@ -21,5 +21,5 @@ If it doesn't build for you:
For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
Lastly, check out
- http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork
+ https://www.torproject.org/docs/faq#DoesntWork
diff --git a/changes/install-fix b/changes/install-fix
new file mode 100644
index 0000000..fb921eb
--- /dev/null
+++ b/changes/install-fix
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Correct a broken faq link in the INSTALL file. Fixes bug 2307.
+
--
1.7.1