commit b7ad9c01203f94ac7668c695bb7add663447e2df Author: Syrup-tan syrup+git@denpa.moe Date: Tue Nov 11 17:25:08 2014 -0500
Fixing Onionoo-API link
https://trac.torproject.org/projects/tor/ticket/12933 --- src/html/index.raw.html | 2 +- src/js/templates/index.hbs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/html/index.raw.html b/src/html/index.raw.html index 9f064c9..9306db8 100644 --- a/src/html/index.raw.html +++ b/src/html/index.raw.html @@ -41,7 +41,7 @@
<h3>What is Globe</h3> <p>Globe is an application that helps you find and explore <a href="https://www.torproject.org/">Tor</a> relays and bridges. - It's inspired by <a href="https://atlas.torproject.org">Atlas</a> and uses the <a href="https://www.torproject.org/projects/onionoo.html">Onionoo-API</a> to get the data. + It's inspired by <a href="https://atlas.torproject.org">Atlas</a> and uses the <a href="https://onionoo.torproject.org/">Onionoo-API</a> to get the data. More details about the used libraries and information on how to build your own version of Globe are available in the <a href="https://github.com/makepanic/globe/blob/master/README.md">README</a>. </p>
diff --git a/src/js/templates/index.hbs b/src/js/templates/index.hbs index abb74fe..e4b5912 100644 --- a/src/js/templates/index.hbs +++ b/src/js/templates/index.hbs @@ -8,7 +8,7 @@ <div class="text-content"> <h3>What is Globe</h3> <p>Globe is an application that helps you find and explore <a href="https://www.torproject.org/">Tor</a> relays and bridges. - It's inspired by <a href="https://atlas.torproject.org">Atlas</a> and uses the <a href="https://www.torproject.org/projects/onionoo.html">Onionoo-API</a> to get the data. + It's inspired by <a href="https://atlas.torproject.org">Atlas</a> and uses the <a href="https://onionoo.torproject.org/">Onionoo-API</a> to get the data. More details about the used libraries and information on how to build your own version of Globe are available in the <a href="https://github.com/makepanic/globe/blob/master/README.md">README</a>. </p> </div> @@ -28,4 +28,4 @@ </div> </div> </div> -</div> \ No newline at end of file +</div>
tor-commits@lists.torproject.org