[check/master] Remove short user manual, for now

commit 5638375efeeda31e6a4485b1c8352347e0c0cc56 Author: Arlo Breault <arlolra@gmail.com> Date: Tue Dec 16 18:31:02 2014 -0800 Remove short user manual, for now * This was trac 13931. --- public/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 82360a7..6a24cb3 100644 --- a/public/index.html +++ b/public/index.html @@ -102,11 +102,13 @@ </p> <a id="donate" href="https://www.torproject.org/donate/donate.html">{{ GetText .Lang "Donate to Support Tor" }}</a> <ul id="links"> - <li> + <!-- <li> <a href="https://torproject.org/dist/manual/short-user-manual_{{ UserManual .Lang }}.xhtml">{{ GetText .Lang "Short User Manual" }}</a> - </li><li> + </li> --> + <li> <a href="https://tor.stackexchange.com/">{{ GetText .Lang "Tor Q&A Site" }}</a> - </li><li> + </li> + <li> <a href="https://www.torproject.org/getinvolved/volunteer.html">{{ GetText .Lang "Volunteer" }}</a> </li> </ul>
participants (1)
-
arlo@torproject.org