diff _includes/footer.html @ 136:aaf612aece2b

Use https URLs where possible * README.md, _config.yml, _includes/footer.html, about.md, get-involved.md, index.html, support-expectations.md, support.md: Use https for Octave URLs and GNU URLs, as well as some external URLs. * _includes/install.html: Use https for Homebrew.
author Mike Miller <mtmiller@octave.org>
date Sun, 08 Oct 2017 17:24:51 -0700
parents 34cd51c807b1
children 3ecaed4b95e8
line wrap: on
line diff
--- a/_includes/footer.html	Sat Aug 19 03:06:34 2017 +0200
+++ b/_includes/footer.html	Sun Oct 08 17:24:51 2017 -0700
@@ -13,12 +13,12 @@
       <div class="columns medium-3">
         <dt>Mailing List / IRC</dt>
         <dd><a href="https://lists.gnu.org/mailman/listinfo/help-octave">help@octave.org</a></dd>
-        <dd><a href="http://webchat.freenode.net/?channels=octave&uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda">{{site.irc_channel}}</a></dd>
+        <dd><a href="https://webchat.freenode.net/?channels=octave&uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda">{{site.irc_channel}}</a></dd>
       </div>
       <div class="columns medium-3">
         <dt>Documentation</dt>
         <dd><a href="{{site.docs_url}}">Read online</a></dd>
-        <dd><a href="http://www.octave.org/octave.pdf">PDF</a></dd>
+        <dd><a href="{{ "/octave.pdf" | relative_url }}">PDF</a></dd>
       </div>
       <div class="columns medium-3">
         <dt><a href="{{ "/bugs.html" | relative_url }}">Reporting Bugs</a></dt>
@@ -36,9 +36,9 @@
         <small>
           Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
           This work is licensed under a
-          <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">
+          <a rel="license" href="https://creativecommons.org/licenses/by-nd/4.0/">
           Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
-          Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
+          Get the <a href="https://hg.octave.org/web-octave/file/tip">page sources</a>.
         </small>
       </div>
     </div>