diff options
author | Roger Dingledine <arma@torproject.org> | 2010-12-22 00:54:29 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-12-22 00:54:29 -0500 |
commit | d97be399c9b01ee15f8bc83c62ec22f3cb24bc51 (patch) | |
tree | cce304ca1b41b407128f56e490433c6016ad23f8 /INSTALL | |
parent | 00775ab4ed3a056275e3169a3c144a27c53f16f7 (diff) | |
download | tor-d97be399c9b01ee15f8bc83c62ec22f3cb24bc51.tar.gz tor-d97be399c9b01ee15f8bc83c62ec22f3cb24bc51.zip |
Correct a broken faq link in the INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |