commit 98a5f1c52249c2fad750f945cf0072e7222427ce Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Dec 6 09:37:20 2016 +0100
Update OnionView URL per request by the author. --- src/main/resources/web/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/web/index.html b/src/main/resources/web/index.html index c7095ec..8d5a932 100644 --- a/src/main/resources/web/index.html +++ b/src/main/resources/web/index.html @@ -56,9 +56,9 @@ a simple Java command line interface for querying Onionoo data.</li> <li>The <a href="https://duckduckgo.com/">DuckDuckGo</a> search engine displays Tor node details when being asked for "tor node" followed by a search term.</li> -<li><a href="https://onionview.com/">OnionView</a> is a simple web service -which uses Tor relay data to plot the location of active Tor nodes onto an -interactive map of the world.</li> +<li><a href="https://onionview.codeplex.com/">OnionView</a> is a simple web +service which uses Tor relay data to plot the location of active Tor nodes onto +an interactive map of the world.</li> </ul>
<p>The following library facilitates development of Onionoo clients:</p>
tor-commits@lists.torproject.org