commit 1346f0d5ad1d4036079c026119c4d51fdbc9e14f
Author: Iain R. Learmonth <i...@fsfe.org>
Date:   Wed Mar 1 19:36:21 2017 +0000

    Update broken links on about page (patch from #21591)
---
 templates/about.html | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/templates/about.html b/templates/about.html
index c5de6ff..fbe08e8 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -53,23 +53,22 @@ The historical data of a relay's bandwidth usage is 
available in graph form.
 <div class="span4">
 <h2>Pure Client Side</h2>
 <p>
-This application is built in a way that all the logic is delegated to the 
client.
-This means that the amount of requests made to the server can be minimized and 
that
-this application can potentially run by being loaded locally. The server is 
only
-interrogated for JSON objects that do not manipulate the DOM of the page.
-The protocol used for retrieving relay data is called Onionoo you can learn
-<a href="https://onionoo.torproject.org/";>more about Onionoo here</a>
-and see <a href="https://onionoo.torproject.org/protocol.html";>the protocol 
details here</a>.
+This application is built in a way that all the logic is delegated to
+the client.  This means that the amount of requests made to the server
+can be minimized and that this application can potentially run by
+being loaded locally. The server is only interrogated for JSON objects
+that do not manipulate the DOM of the page.  The protocol used for
+retrieving relay data is called <a 
href="https://onionoo.torproject.org/";>Onionoo</a>.
 </p>
 </div>
 
 <div class="span4">
 <h2>Libraries</h2>
 <p>
-Atlas uses <a href="http://documentcloud.github.com/backbone/";>Backbone.js</a> 
as an MV* framework, with <a href="http://requirejs.org/";>require.js</a> for 
AMD loading of
-dependencies. <a href="http://jquery.com/";>jQuery</a> and <a 
href="http://documentcloud.github.com/underscore/";>Underscore.js</a> as JS 
utility libraries.
-<a href="http://datatables.net/";>Datatables</a> for visualizing data in 
tabular form with custom filtering. <a href="http://d3js.org/";>D3.js</a> for 
making pretty charts.
-<a href="http://twitter.github.com/bootstrap/";>Bootstrap</a> as a CSS 
framework.
+Atlas uses <a href="http://backbonejs.org/";>Backbone.js</a> as an MV* 
framework, with <a href="http://requirejs.org/";>require.js</a> for AMD loading 
of
+dependencies. <a href="http://jquery.com/";>jQuery</a> and <a 
href="http://underscorejs.org/";>Underscore.js</a> as JS utility libraries.
+<a href="http://datatables.net/";>Datatables</a> for visualizing data in 
tabular form with custom filtering. <a href="http://d3js.org";>D3.js</a> for 
making pretty charts.
+<a href="http://getbootstrap.com/";>Bootstrap</a> as a CSS framework.
 </p>
 </div>
 

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to