diff options
| author | Arlo Breault <arlolra@gmail.com> | 2014-12-16 18:31:02 -0800 |
|---|---|---|
| committer | Arlo Breault <arlolra@gmail.com> | 2014-12-16 18:31:02 -0800 |
| commit | 5638375efeeda31e6a4485b1c8352347e0c0cc56 (patch) | |
| tree | dd289f56ff0dc7ab6448df557ead78ef0aa63484 | |
| parent | e2f59cb38f6fec263815c552c84ceb4fc9d8a8ba (diff) | |
Remove short user manual, for now
* This was trac 13931.
| -rw-r--r-- | public/index.html | 8 |
1 files 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> |
