[tor-commits] [globe/master] Change links to source code to point to Tor Project's gitweb.

isis at torproject.org isis at torproject.org
Wed Nov 12 23:48:22 UTC 2014


commit 0acefb33d2cb744dbc7c13a3af22f859ede3b414
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Nov 12 23:42:40 2014 +0000

    Change links to source code to point to Tor Project's gitweb.
---
 src/html/index.raw.html          |    2 +-
 src/js/templates/application.hbs |    2 +-
 src/js/templates/code.hbs        |    6 ++----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/html/index.raw.html b/src/html/index.raw.html
index 5ae6e1e..5fcaa55 100644
--- a/src/html/index.raw.html
+++ b/src/html/index.raw.html
@@ -49,7 +49,7 @@
             <p>Globe doesn't store any information about relays or bridges on its server.
                 After loading the JavaScript code once, Globe only requests additional data from the Onionoo-API.
                 Processing the resulting data in your browser without JavaScript is impossible.</p>
-            <p>If you don't trust the minified code or have more questions, you are welcome to inspect the code at <a href="https://github.com/makepanic/globe">github</a> or drop me an email <i>me (AT) rndm (DOT) de</i></p>
+            <p>If you don't trust the minified code or have more questions, you are welcome to inspect the code at <a href="https://gitweb.torproject.org/globe.git">the Tor Project's gitweb</a> or <a href="mailto:tor-assistants at lists.torproject.org">drop an email</a>.</p>
         </div>
     </div>
 </noscript>
diff --git a/src/js/templates/application.hbs b/src/js/templates/application.hbs
index 2fb85f3..18ebd02 100644
--- a/src/js/templates/application.hbs
+++ b/src/js/templates/application.hbs
@@ -34,7 +34,7 @@
             <div class="pure-u-1">
                 <div class="text-content">
                     <p class="no-width-limit">
-                        Want to <a href="https://trac.torproject.org/projects/tor/newticket?component=Globe">report a bug</a>, contribute or view the source? Check out the repository <a href="https://github.com/makepanic/globe">on <i class="fa fa-github-alt"></i> github</a>.
+                        Want to <a href="https://trac.torproject.org/projects/tor/newticket?component=Globe">report a bug</a>, contribute or view the source? Check out the repository <a href="https://gitweb.torproject.org/globe.git">on the Tor Project's gitweb</a>.
                         "Tor" and the "Onion Logo" are registered trademarks of The Tor Project, Inc.
                     </p>
                 </div>
diff --git a/src/js/templates/code.hbs b/src/js/templates/code.hbs
index 246edfc..0209b52 100644
--- a/src/js/templates/code.hbs
+++ b/src/js/templates/code.hbs
@@ -6,12 +6,10 @@
                 <div class="pure-u-1-2">
                     <div class="text-content">
                         <h3>Getting the code</h3>
-                        <p>Globe is an open source application licensed under <a href="http://opensource.org/licenses/MIT">MIT License</a>. All of its code is available on <a href="https://github.com/makepanic/globe"><i class="fa fa-github-alt"></i> github</a>.</p>
+                        <p>Globe is an open source application licensed under <a href="http://opensource.org/licenses/MIT">MIT License</a>. All of its code is available on <a href="https://gitweb.torproject.org/globe.git">the Tor Project's gitweb</a>.</p>
                         <p>You can clone the project via:</p>
                         <ul>
-                            <li><strong>git</strong> <code>https://github.com/makepanic/globe.git</code></li>
-                            <li><strong>git</strong> <code>git at github.com:makepanic/globe.git</code></li>
-                            <li><strong>svn</strong> <code>https://github.com/makepanic/globe</code></li>
+                            <li><strong>git</strong> <code>https://git.torproject.org/globe.git</code></li>
                         </ul>
 
                         <h3>Used Libraries</h3>





More information about the tor-commits mailing list