commit eb77c33fcd2f51c5eeca4a2401a12e30b92d44ad Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Dec 9 15:38:57 2013 +0100
Remove links from network.html.
Looks like http://tigerpa.ws/tor_metrics/ is dead, and no need to link to bubbles.html which is also available via the navigation bar. --- web/WEB-INF/network.jsp | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/web/WEB-INF/network.jsp b/web/WEB-INF/network.jsp index fe1b7b8..9d286c9 100644 --- a/web/WEB-INF/network.jsp +++ b/web/WEB-INF/network.jsp @@ -15,15 +15,6 @@ <div class="main-column"> <h2>Tor Metrics Portal: Network</h2> <br> -<a name="interactive"></a> -<h3><a href="#interactive" class="anchor">Interactive graphs of relays in -the network</a></h3> -<br> -<p>Most of the statistics on this page are also available as -<a href="http://tigerpa.ws/tor_metrics/">interactive graphs</a>.</p> -<br> -<p>Top relays as <a href="bubbles.html">bubble graphs</a>.</p> - <a name="networksize"></a> <h3><a href="#networksize" class="anchor">Relays and bridges in the network</a></h3>
tor-commits@lists.torproject.org