diff get-involved.md @ 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 1b7537d7e54b
line wrap: on
line diff
--- a/get-involved.md	Sat Aug 19 03:06:34 2017 +0200
+++ b/get-involved.md	Sun Oct 08 17:24:51 2017 -0700
@@ -36,7 +36,7 @@
 
 [1]: {{ site.wiki_url }}/Projects
 [2]: https://lists.gnu.org/mailman/listinfo/octave-maintainers
-[3]: http://webchat.freenode.net/?channels=octave&amp;uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda
+[3]: https://webchat.freenode.net/?channels=octave&amp;uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda
 
 
 # Using the Development Sources
@@ -44,8 +44,8 @@
 The latest development sources of Octave are also available via
 [Mercurial][4] (hg) archive.
 
-The primary archive address is [http://www.octave.org/hg/octave][5],
-which currently redirects to [http://hg.savannah.gnu.org/hgweb/octave][6].
+The primary archive address is [https://www.octave.org/hg/octave][5],
+which currently redirects to [https://hg.savannah.gnu.org/hgweb/octave][6].
 
 If you decide to use the development sources from the Mercurial archive,
 please read the file [`etc/HACKING`][7] that is available with the source
@@ -55,7 +55,7 @@
 the latest development version of Octave sources with the following command:
 
 {% highlight text %}
-hg clone http://www.octave.org/hg/octave
+hg clone https://www.octave.org/hg/octave
 {% endhighlight %}
 
 This will clone *two* repositories, one of which is subrepository of the
@@ -71,10 +71,10 @@
 about what was pulled and updated.  The Octave manual has more
 information about [contributing to Octave's development][8].
 
-[4]: http://www.selenic.com/mercurial/wiki
-[5]: http://www.octave.org/hg/octave
-[6]: http://hg.savannah.gnu.org/hgweb/octave
-[7]: http://www.octave.org/hg/octave/file/tip/etc/HACKING
+[4]: https://www.mercurial-scm.org/wiki/
+[5]: https://www.octave.org/hg/octave
+[6]: https://hg.savannah.gnu.org/hgweb/octave
+[7]: https://hg.savannah.gnu.org/hgweb/octave/file/tip/etc/HACKING
 [8]: {{ site.wiki_url }}/Developers