comparison 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
comparison
equal deleted inserted replaced
135:6e120f63dd35 136:aaf612aece2b
34 </div> 34 </div>
35 </div> 35 </div>
36 36
37 [1]: {{ site.wiki_url }}/Projects 37 [1]: {{ site.wiki_url }}/Projects
38 [2]: https://lists.gnu.org/mailman/listinfo/octave-maintainers 38 [2]: https://lists.gnu.org/mailman/listinfo/octave-maintainers
39 [3]: http://webchat.freenode.net/?channels=octave&amp;uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda 39 [3]: https://webchat.freenode.net/?channels=octave&amp;uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda
40 40
41 41
42 # Using the Development Sources 42 # Using the Development Sources
43 43
44 The latest development sources of Octave are also available via 44 The latest development sources of Octave are also available via
45 [Mercurial][4] (hg) archive. 45 [Mercurial][4] (hg) archive.
46 46
47 The primary archive address is [http://www.octave.org/hg/octave][5], 47 The primary archive address is [https://www.octave.org/hg/octave][5],
48 which currently redirects to [http://hg.savannah.gnu.org/hgweb/octave][6]. 48 which currently redirects to [https://hg.savannah.gnu.org/hgweb/octave][6].
49 49
50 If you decide to use the development sources from the Mercurial archive, 50 If you decide to use the development sources from the Mercurial archive,
51 please read the file [`etc/HACKING`][7] that is available with the source 51 please read the file [`etc/HACKING`][7] that is available with the source
52 files. 52 files.
53 53
54 Assuming you have Mercurial and git installed on your machine you may obtain 54 Assuming you have Mercurial and git installed on your machine you may obtain
55 the latest development version of Octave sources with the following command: 55 the latest development version of Octave sources with the following command:
56 56
57 {% highlight text %} 57 {% highlight text %}
58 hg clone http://www.octave.org/hg/octave 58 hg clone https://www.octave.org/hg/octave
59 {% endhighlight %} 59 {% endhighlight %}
60 60
61 This will clone *two* repositories, one of which is subrepository of the 61 This will clone *two* repositories, one of which is subrepository of the
62 main Octave repository. Once you have these, you can resync with the archive 62 main Octave repository. Once you have these, you can resync with the archive
63 by doing from within the cloned directory (`cd octave`): 63 by doing from within the cloned directory (`cd octave`):
69 69
70 The `-v` option is not required but provides extra information 70 The `-v` option is not required but provides extra information
71 about what was pulled and updated. The Octave manual has more 71 about what was pulled and updated. The Octave manual has more
72 information about [contributing to Octave's development][8]. 72 information about [contributing to Octave's development][8].
73 73
74 [4]: http://www.selenic.com/mercurial/wiki 74 [4]: https://www.mercurial-scm.org/wiki/
75 [5]: http://www.octave.org/hg/octave 75 [5]: https://www.octave.org/hg/octave
76 [6]: http://hg.savannah.gnu.org/hgweb/octave 76 [6]: https://hg.savannah.gnu.org/hgweb/octave
77 [7]: http://www.octave.org/hg/octave/file/tip/etc/HACKING 77 [7]: https://hg.savannah.gnu.org/hgweb/octave/file/tip/etc/HACKING
78 [8]: {{ site.wiki_url }}/Developers 78 [8]: {{ site.wiki_url }}/Developers
79 79
80 80
81 # Octave Forge 81 # Octave Forge
82 82