[tor-commits] [metrics-web/master] Fix links on Onionoo page.
karsten at torproject.org
karsten at torproject.org
Thu Jul 6 12:46:42 UTC 2017
commit d159f647bfb440cfa903ea8c6092816c2844aff0
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Sun Mar 19 16:34:10 2017 +0100
Fix links on Onionoo page.
---
website/src/main/resources/web/WEB-INF/onionoo.jsp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/website/src/main/resources/web/WEB-INF/onionoo.jsp b/website/src/main/resources/web/WEB-INF/onionoo.jsp
index df1fef0..dbf080d 100644
--- a/website/src/main/resources/web/WEB-INF/onionoo.jsp
+++ b/website/src/main/resources/web/WEB-INF/onionoo.jsp
@@ -701,7 +701,7 @@ Omitted if zero.
<a id="summary"></a><br>
<h2>Summary documents <a href="#summary" class="anchor">#</a>
<span class="request-response">
-<a href="summary?limit=4">example request</a>
+<a href="https://onionoo.torproject.org/summary?limit=4">example request</a>
</span>
</h2>
@@ -806,7 +806,7 @@ running in the last bridge network status.
<a id="details"></a><br>
<h2>Details documents <a href="#details" class="anchor">#</a>
<span class="request-response">
-<a href="details?limit=4">example request</a>
+<a href="https://onionoo.torproject.org/details?limit=4">example request</a>
</span>
</h2>
@@ -1568,7 +1568,7 @@ graphs.
<a id="bandwidth"></a><br>
<h2>Bandwidth documents <a href="#bandwidth" class="anchor">#</a>
<span class="request-response">
-<a href="bandwidth?limit=4">example request</a>
+<a href="https://onionoo.torproject.org/bandwidth?limit=4">example request</a>
</span>
</h2>
@@ -1687,7 +1687,7 @@ The specification of graph history objects is similar to those in the
<a id="weights"></a><br>
<h2>Weights documents <a href="#weights" class="anchor">#</a>
<span class="request-response">
-<a href="weights?limit=4">example request</a>
+<a href="https://onionoo.torproject.org/weights?limit=4">example request</a>
</span>
</h2>
@@ -1807,7 +1807,7 @@ The specification of this history object is similar to that in the
<a id="clients"></a><br>
<h2>Clients documents <a href="#clients" class="anchor">#</a>
<span class="request-response">
-<a href="clients?limit=4">example request</a>
+<a href="https://onionoo.torproject.org/clients?limit=4">example request</a>
</span>
</h2>
@@ -1928,7 +1928,7 @@ It might be removed in the future without notice.</span>
<a id="uptime"></a><br>
<h2>Uptime documents <a href="#uptime" class="anchor">#</a>
<span class="request-response">
-<a href="uptime?limit=4">example request</a>
+<a href="https://onionoo.torproject.org/uptime?limit=4">example request</a>
</span>
</h2>
@@ -2044,7 +2044,7 @@ information.
<p>
<code>/summary?limit=4</code>
-(<a href="/summary?limit=4">view result</a>)
+(<a href="https://onionoo.torproject.org/summary?limit=4">view result</a>)
</p>
<p>
@@ -2056,7 +2056,7 @@ new queries to avoid downloading huge responses.
<p>
<code>/summary?limit=4&search=moria</code>
-(<a href="/summary?limit=4&search=moria">view result</a>)
+(<a href="https://onionoo.torproject.org/summary?limit=4&search=moria">view result</a>)
</p>
<p>
@@ -2066,7 +2066,7 @@ string "moria" in one of a few searched fields.
<p>
<code>/details?limit=4&search=moria</code>
-(<a href="/details?limit=4&search=moria">view result</a>)
+(<a href="https://onionoo.torproject.org/details?limit=4&search=moria">view result</a>)
</p>
<p>
@@ -2076,7 +2076,7 @@ details documents containing, well, more details.
<p>
<code>/details?limit=4&search=moria&fields=nickname</code>
-(<a href="/details?limit=4&search=moria&fields=nickname">view result</a>)
+(<a href="https://onionoo.torproject.org/details?limit=4&search=moria&fields=nickname">view result</a>)
</p>
<p>
@@ -2087,7 +2087,7 @@ This parameter is only implemented for details documents.
<p>
<code>/details?limit=4&search=moria&fields=nickname&order=-consensus_weight</code>
-(<a href="/details?limit=4&search=moria&fields=nickname&order=-consensus_weight">view result</a>)
+(<a href="https://onionoo.torproject.org/details?limit=4&search=moria&fields=nickname&order=-consensus_weight">view result</a>)
</p>
<p>
More information about the tor-commits
mailing list