commit cdb5e5c7bd488063935ee221cd3d3be63995268a Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Mar 19 16:38:59 2017 +0100
Change Onionoo links to the new page. --- website/src/main/resources/web/WEB-INF/development.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/src/main/resources/web/WEB-INF/development.jsp b/website/src/main/resources/web/WEB-INF/development.jsp index 9b35364..05199a9 100644 --- a/website/src/main/resources/web/WEB-INF/development.jsp +++ b/website/src/main/resources/web/WEB-INF/development.jsp @@ -29,11 +29,11 @@
<div class="container"> <h2>Query support <a href="#query" name="query" class="anchor">#</a></h2> - <p>The following tools help you with querying Tor network data from the <a href="https://onionoo.torproject.org/" target="_blank">Onionoo</a> service.</p> + <p>The following tools help you with querying Tor network data from the <a href="onionoo.html">Onionoo</a> service.</p> <ul> <li><a href="https://savannah.nongnu.org/projects/koninoo/" target="_blank">koninoo</a> is a simple Java command line interface for querying Onionoo data.</li> <li><a href="https://github.com/duk3luk3/onion-py" target="_blank">OnionPy</a> provides memcached support to cache queried data.</li> - <li><a href="https://github.com/lukechilds/onionoo-node-client" target="_blank">onionoo-node-client</a> is a Node.js client library for the <a href="https://onionoo.torproject.org/" target="_blank">Onionoo</a> API.</li> + <li><a href="https://github.com/lukechilds/onionoo-node-client" target="_blank">onionoo-node-client</a> is a Node.js client library for the <a href="onionoo.html">Onionoo</a> API.</li> </ul> </div>
tor-commits@lists.torproject.org