comparison _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
comparison
equal deleted inserted replaced
135:6e120f63dd35 136:aaf612aece2b
11 <dd><a href="{{site.faq_url}}">FAQs</a></dd> 11 <dd><a href="{{site.faq_url}}">FAQs</a></dd>
12 </div> 12 </div>
13 <div class="columns medium-3"> 13 <div class="columns medium-3">
14 <dt>Mailing List / IRC</dt> 14 <dt>Mailing List / IRC</dt>
15 <dd><a href="https://lists.gnu.org/mailman/listinfo/help-octave">help@octave.org</a></dd> 15 <dd><a href="https://lists.gnu.org/mailman/listinfo/help-octave">help@octave.org</a></dd>
16 <dd><a href="http://webchat.freenode.net/?channels=octave&uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda">{{site.irc_channel}}</a></dd> 16 <dd><a href="https://webchat.freenode.net/?channels=octave&uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda">{{site.irc_channel}}</a></dd>
17 </div> 17 </div>
18 <div class="columns medium-3"> 18 <div class="columns medium-3">
19 <dt>Documentation</dt> 19 <dt>Documentation</dt>
20 <dd><a href="{{site.docs_url}}">Read online</a></dd> 20 <dd><a href="{{site.docs_url}}">Read online</a></dd>
21 <dd><a href="http://www.octave.org/octave.pdf">PDF</a></dd> 21 <dd><a href="{{ "/octave.pdf" | relative_url }}">PDF</a></dd>
22 </div> 22 </div>
23 <div class="columns medium-3"> 23 <div class="columns medium-3">
24 <dt><a href="{{ "/bugs.html" | relative_url }}">Reporting Bugs</a></dt> 24 <dt><a href="{{ "/bugs.html" | relative_url }}">Reporting Bugs</a></dt>
25 <dt><a href="{{ "/commercial-support.html" | relative_url }}">Commercial Support</a></dt> 25 <dt><a href="{{ "/commercial-support.html" | relative_url }}">Commercial Support</a></dt>
26 <dt><a href="{{ "/donate.html" | relative_url }}">Donate</a></dt> 26 <dt><a href="{{ "/donate.html" | relative_url }}">Donate</a></dt>
34 <div class="text-center"> 34 <div class="text-center">
35 <p>Octave is free software under the <a href="{{ "license.html" | relative_url }}">GNU General Public License.</a></p> 35 <p>Octave is free software under the <a href="{{ "license.html" | relative_url }}">GNU General Public License.</a></p>
36 <small> 36 <small>
37 Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton. 37 Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
38 This work is licensed under a 38 This work is licensed under a
39 <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"> 39 <a rel="license" href="https://creativecommons.org/licenses/by-nd/4.0/">
40 Creative Commons Attribution-NoDerivatives 4.0 International License</a>. 40 Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
41 Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>. 41 Get the <a href="https://hg.octave.org/web-octave/file/tip">page sources</a>.
42 </small> 42 </small>
43 </div> 43 </div>
44 </div> 44 </div>
45 </div> 45 </div>
46 </section> 46 </section>