commit 5598a1e83d87b5f2aaf02cf2b5ed9370557e1945 Author: cypherpunks cypherpunks@torproject.org Date: Mon Apr 24 18:25:09 2017 +0000
Replace the About footer link with a Wiki link
The About link in the footer is redundant because there is already a link to the About page in the navigation bar. Furthermore, there was no reference to the Atlas wiki page so the Wiki link now replaces the About link.
Closes #22057. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html index b13fceb..9584f6d 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ <hr/> <footer> The Tor Project - <div style="display: inline" id="year"></div><br/> - <a href="#about">About</a> - + <a href="https://trac.torproject.org/projects/tor/wiki/doc/Atlas">Wiki</a> - <a href="https://gitweb.torproject.org/atlas.git">Source code</a> - <a href="https://trac.torproject.org/projects/tor/newticket?component=Metrics/Atlas">Report a bug</a> - <a href="mailto:irl@torproject.org">Contact</a>
tor-commits@lists.torproject.org