diff _config.yml @ 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 3a6d7e9903a0
children 7a664b44fd8d
line wrap: on
line diff
--- a/_config.yml	Sat Aug 19 03:06:34 2017 +0200
+++ b/_config.yml	Sun Oct 08 17:24:51 2017 -0700
@@ -12,8 +12,8 @@
   GNU Octave is a programming language for scientific computing.
 baseurl: "/software/octave" # the subpath of your site, e.g. /blog
 url: "https://www.gnu.org" # the base hostname & protocol for your site
-wiki_url: "http://wiki.octave.org"
-faq_url: "http://wiki.octave.org/faq"
+wiki_url: "https://wiki.octave.org"
+faq_url: "https://wiki.octave.org/faq"
 docs_url: "https://www.gnu.org/software/octave/doc/interpreter"
 bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
 sourceforge_url: "https://octave.sourceforge.io"