[tor-commits] [globe/master] Fix links to gitweb copy of README on index.html.

isis at torproject.org isis at torproject.org
Thu May 21 09:50:37 UTC 2015


commit 02b8a91592a8368302fd763b9f5491f135aa4ee4
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu May 21 09:45:20 2015 +0000

    Fix links to gitweb copy of README on index.html.
    
     * FIXES #15451: https://bugs.torproject.org/15451
---
 src/html/index.raw.html    |    2 +-
 src/js/templates/index.hbs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/html/index.raw.html b/src/html/index.raw.html
index 893fbb1..8f9c3c0 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://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://gitweb.torproject.org/globe.git/blob/HEAD:/README.md">README</a>.
+                More details about the used libraries and information on how to build your own version of Globe are available in the <a href="https://gitweb.torproject.org/globe.git/tree/README.md">README</a>.
             </p>
 
             <h3>Why JavaScript</h3>
diff --git a/src/js/templates/index.hbs b/src/js/templates/index.hbs
index 8738a85..17442a0 100644
--- a/src/js/templates/index.hbs
+++ b/src/js/templates/index.hbs
@@ -9,7 +9,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://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://gitweb.torproject.org/globe.git/blob/HEAD:/README.md">README</a>.
+                            More details about the used libraries and information on how to build your own version of Globe are available in the <a href="https://gitweb.torproject.org/globe.git/tree/README.md">README</a>.
                         </p>
                     </div>
                 </div>





More information about the tor-commits mailing list