commit f4ab9ad21f5de35c86845081f806b43b3ce74804 Author: cypherpunks cypherpunks@torproject.org Date: Fri Apr 21 21:55:29 2017 +0000
Use HTTPS on links that support it
Closes #22043. --- templates/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/about.html b/templates/about.html index fbe08e8..1cff2b4 100644 --- a/templates/about.html +++ b/templates/about.html @@ -66,9 +66,9 @@ retrieving relay data is called <a href="https://onionoo.torproject.org/">Oniono <h2>Libraries</h2> <p> 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. +dependencies. <a href="https://jquery.com/">jQuery</a> and <a href="http://underscorejs.org/">Underscore.js</a> as JS utility libraries. +<a href="https://datatables.net/">Datatables</a> for visualizing data in tabular form with custom filtering. <a href="https://d3js.org">D3.js</a> for making pretty charts. +<a href="https://getbootstrap.com/">Bootstrap</a> as a CSS framework. </p> </div>
tor-commits@lists.torproject.org