You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/12/21 11:04:12 UTC

[whimsy] branch master updated: www/technology: use HTTPS on links and fix case of `jQuery` (#176)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 545dfffe www/technology: use HTTPS on links and fix case of `jQuery` (#176)
545dfffe is described below

commit 545dfffedb0e0de4d54b3ab2d91da06ac2555ee6
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Wed Dec 21 21:04:06 2022 +1000

    www/technology: use HTTPS on links and fix case of `jQuery` (#176)
---
 www/technology.html | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/www/technology.html b/www/technology.html
index 072069a5..f7a7dae4 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -75,33 +75,33 @@
         <ul>
           <li><a href="status/">Current server status</a></li>
           <li><a href="https://lists.apache.org/list.html?dev@whimsical.apache.org">Contact the Apache Whimsy Project</a></li>
-          <li><a href="http://www.apache.org/dev/infra-contact#how">Contact the Infrastructure team</a></li>
+          <li><a href="https://www.apache.org/dev/infra-contact#how">Contact the Infrastructure team</a></li>
           <li><a href="https://github.com/apache/whimsy/blob/master/CONFIGURE.md">Configuration Docs</a></li>
         </ul>
       </div>
       <div class="col-md-6 col-sm-4">
         <h2>Technology Behind Whimsy</h2>
         <ul>
-          <li><a href="http://getbootstrap.com/">Bootstrap</a></li>
-          <li><a href="http://www.w3.org/Style/CSS/">CSS</a></li>
+          <li><a href="https://getbootstrap.com/">Bootstrap</a></li>
+          <li><a href="https://www.w3.org/Style/CSS/">CSS</a></li>
           <li><a href="https://www.w3.org/TR/html5/">HTML5</a></li>
-          <li><a title="technically it is called ECMAScript" href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">JavaScript</a></li>
-          <li><a href="http://jquery.com/">JQuery</a></li>
+          <li><a title="technically it is called ECMAScript" href="https://www.ecma-international.org/publications/standards/Ecma-262.htm">JavaScript</a></li>
+          <li><a href="https://jquery.com/">jQuery</a></li>
           <li><a href="https://facebook.github.io/react/">React.js</a></li>
-          <li><a href="http://www.ruby-lang.org/en/">Ruby</a></li>
+          <li><a href="https://www.ruby-lang.org/en/">Ruby</a></li>
           <li><a href="https://github.com/rubys/ruby2js/blob/master#readme">Ruby2JS</a></li>
-          <li><a href="http://www.w3.org/TR/SVG/">SVG</a></li>
+          <li><a href="https://www.w3.org/TR/SVG/">SVG</a></li>
           <li><a href="https://vuejs.org/">Vue.js</a></li>
           <li><a href="https://github.com/rubys/wunderbar#readme">Wunderbar</a></li>
         </ul>        
         <h2>Tools Running Whimsy</h2>        
         <ul>
-          <li><a href="http://httpd.apache.org/">Apache HTTPD</a></li>
-          <li><a href="http://tools.ietf.org/html/rfc3875">CGI</a></li>
+          <li><a href="https://httpd.apache.org/">Apache HTTPD</a></li>
+          <li><a href="https://tools.ietf.org/html/rfc3875">CGI</a></li>
           <li><a href="https://git-scm.com/">Git</a></li>
-          <li><a href="http://www.openldap.org/">LDAP</a></li>
+          <li><a href="https://www.openldap.org/">LDAP</a></li>
           <li><a href="https://www.phusionpassenger.com/">Phusion Passenger</a></li>
-          <li><a href="http://subversion.apache.org/">Subversion</a></li>
+          <li><a href="https://subversion.apache.org/">Subversion</a></li>
         </ul>
       </div>
     </div>
@@ -115,11 +115,11 @@
       <div class="panel-body">
         <p>
           Copyright &copy; 2015-2022 The Apache Software Foundation, Licensed under
-          the <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache License, Version 2.0</a>.
+          the <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache License, Version 2.0</a>.
           | 
           <a href="https://www.apache.org/foundation/policies/privacy">Privacy Policy</a>
           <br />
-        Apache&reg;, the names of Apache projects, and the feather logo are either <a href="http://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> of the Apache Software Foundation in the United States and/or other countries.
+        Apache&reg;, the names of Apache projects, and the feather logo are either <a href="https://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> of the Apache Software Foundation in the United States and/or other countries.
         </p>
       </div>
     </div>