[tor-commits] [metrics-web/master] Update broken table links.

karsten at torproject.org karsten at torproject.org
Tue Nov 25 13:51:38 UTC 2014


commit 20ead523f04b66ccddab0b48a0190e13cf633a6b
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Nov 25 11:42:33 2014 +0100

    Update broken table links.
---
 website/web/WEB-INF/userstats-bridge-table.jsp      |    2 +-
 website/web/WEB-INF/userstats-censorship-events.jsp |    2 +-
 website/web/WEB-INF/userstats-relay-table.jsp       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/web/WEB-INF/userstats-bridge-table.jsp b/website/web/WEB-INF/userstats-bridge-table.jsp
index cc2f4c0..b32369f 100644
--- a/website/web/WEB-INF/userstats-bridge-table.jsp
+++ b/website/web/WEB-INF/userstats-bridge-table.jsp
@@ -45,7 +45,7 @@ country codes, so that numbers are available for most countries.</p>
   </tr>
   <c:forEach var="row" items="${userstats_bridge_tabledata}">
     <tr>
-      <td><a href="users.html?graph=userstats-bridge-country&country=${row['cc']}#userstats-bridge-country">${row['country']}</a> </td>
+      <td><a href="userstats-bridge-country.html?graph=userstats-bridge-country&country=${row['cc']}">${row['country']}</a> </td>
       <td>${row['abs']} <c:if test="${row['rel'] != 'NA'}"> (<fmt:formatNumber type="number" minFractionDigits="2" value="${row['rel']}" /> %)</c:if></td>
     </tr>
   </c:forEach>
diff --git a/website/web/WEB-INF/userstats-censorship-events.jsp b/website/web/WEB-INF/userstats-censorship-events.jsp
index 69c071b..bc5552f 100644
--- a/website/web/WEB-INF/userstats-censorship-events.jsp
+++ b/website/web/WEB-INF/userstats-censorship-events.jsp
@@ -44,7 +44,7 @@ more details, see this
   </tr>
   <c:forEach var="row" items="${userstats_censorship_events_tabledata}">
     <tr>
-      <td><a href="users.html?graph=userstats-relay-country&country=${row['cc']}&events=on#userstats-relay-country">${row['country']}</a> </td>
+      <td><a href="userstats-relay-country.html?graph=userstats-relay-country&country=${row['cc']}&events=on">${row['country']}</a> </td>
       <td>${row['downturns']}</td>
       <td>${row['upturns']}</td>
     </tr>
diff --git a/website/web/WEB-INF/userstats-relay-table.jsp b/website/web/WEB-INF/userstats-relay-table.jsp
index a519df3..c84b2d2 100644
--- a/website/web/WEB-INF/userstats-relay-table.jsp
+++ b/website/web/WEB-INF/userstats-relay-table.jsp
@@ -46,7 +46,7 @@ available for most countries.</p>
   </tr>
   <c:forEach var="row" items="${userstats_relay_tabledata}">
     <tr>
-      <td><a href="users.html?graph=userstats-relay-country&country=${row['cc']}#userstats-relay-country">${row['country']}</a> </td>
+      <td><a href="userstats-relay-country.html?graph=userstats-relay-country&country=${row['cc']}">${row['country']}</a> </td>
       <td>${row['abs']} <c:if test="${row['rel'] != 'NA'}"> (<fmt:formatNumber type="number" minFractionDigits="2" value="${row['rel']}" /> %)</c:if></td>
     </tr>
   </c:forEach>





More information about the tor-commits mailing list