[tor-commits] [metrics-web/release] Fix Traffic link on start page.

karsten at torproject.org karsten at torproject.org
Sat Nov 9 21:45:06 UTC 2019


commit 87f922d4fd555804d4e80fdefd7968acce5f4433
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Sat Dec 29 09:23:35 2018 +0100

    Fix Traffic link on start page.
---
 src/main/resources/web/jsps/index.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/web/jsps/index.jsp b/src/main/resources/web/jsps/index.jsp
index 3fa49b8..ec93792 100644
--- a/src/main/resources/web/jsps/index.jsp
+++ b/src/main/resources/web/jsps/index.jsp
@@ -42,7 +42,7 @@
       </div>
 
       <div class="col-sm-4">
-        <a href="bandwidth.html"><i class="fa fa-road fa-fw fa-4x" aria-hidden="true"></i> <h3>Traffic</h3> <p>How much traffic the Tor network can handle and how much traffic there is.</p></a>
+        <a href="bandwidth-flags.html"><i class="fa fa-road fa-fw fa-4x" aria-hidden="true"></i> <h3>Traffic</h3> <p>How much traffic the Tor network can handle and how much traffic there is.</p></a>
       </div>
 
       <div class="col-sm-4">





More information about the tor-commits mailing list