comparison index.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 3a6d7e9903a0
children 2ae741742981
comparison
equal deleted inserted replaced
135:6e120f63dd35 136:aaf612aece2b
136 Assuming you have Mercurial installed on your machine 136 Assuming you have Mercurial installed on your machine
137 you may obtain the latest development version of Octave sources 137 you may obtain the latest development version of Octave sources
138 with the following command: 138 with the following command:
139 </p> 139 </p>
140 {% highlight text %} 140 {% highlight text %}
141 hg clone http://www.octave.org/hg/octave 141 hg clone https://www.octave.org/hg/octave
142 {% endhighlight %} 142 {% endhighlight %}
143 <p> 143 <p>
144 If you want to participate in Octave development, join the 144 If you want to participate in Octave development, join the
145 <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a> 145 <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a>
146 mailing list. 146 mailing list.