[tor-commits] [metrics-web/master] Fix anchors for OnionPerf analysis files.

karsten at torproject.org karsten at torproject.org
Sun May 10 17:21:38 UTC 2020


commit af3e13735bfaa5f6d27ff3e2e2d66219e009b66f
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Sun May 10 19:21:19 2020 +0200

    Fix anchors for OnionPerf analysis files.
---
 src/main/resources/web/jsps/collector.jsp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/web/jsps/collector.jsp b/src/main/resources/web/jsps/collector.jsp
index 76085fa..b738089 100644
--- a/src/main/resources/web/jsps/collector.jsp
+++ b/src/main/resources/web/jsps/collector.jsp
@@ -205,7 +205,7 @@
       <a href="/collector/archive/torperf/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td>
 </tr>
 <tr>
-  <td><a href="#type-torperf">OnionPerf Analysis Files</a></td>
+  <td><a href="#type-onionperf">OnionPerf Analysis Files</a></td>
   <td/>
   <td>${published["/collector/archive/onionperf/"]}</td>
   <td><a href="/collector/recent/onionperf/" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a>
@@ -808,10 +808,10 @@ measurement; optional.</li>
 <li><code>SOURCEADDRESS:</code> Public IP address of the OnionPerf host obtained by connecting to well-known servers and finding the IP address in the result, which may be <code>"unknown"</code> if OnionPerf was not able to find this information; optional.</li>
 </ul>
 
-<h3 id="type-torperf" class="hover">OnionPerf Analysis Files
+<h3 id="type-onionperf" class="hover">OnionPerf Analysis Files
 <a href="/collector/recent/onionperf/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a>
 <a href="/collector/archive/onionperf/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a>
-<a href="#type-torperf" class="anchor">#</a>
+<a href="#type-onionperf" class="anchor">#</a>
 </h3>
 
 <p>OnionPerf exports its measurements once per day in an analysis file using the



More information about the tor-commits mailing list