diff options
| author | John Bampton <[email protected]> | 2020-12-19 17:36:39 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-19 17:36:39 +1000 |
| commit | f7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (patch) | |
| tree | a5dfb9895dfd14437c220eac2072c4d95eb1b7db /README.md | |
| parent | 08d4365252d421f71800992b34684e320ce41ca6 (diff) | |
| download | mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.tar.gz mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.zip | |
🔒 Fix missing HTTPS on links
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,12 +86,12 @@ Please ask us if you want to distribute your code under another license. ## How to Contribute See the [contribution guidelines][contribution-guidelines], and then send a pull -request to <http://github.com/mruby/mruby>. We consider you have granted +request to <https://github.com/mruby/mruby>. We consider you have granted non-exclusive right to your contributed code under MIT license. If you want to be named as one of mruby developers, please include an update to the AUTHORS file in your pull request. -[ISO-standard]: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579 +[ISO-standard]: https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579 [build-status-img]: https://travis-ci.org/mruby/mruby.svg?branch=master [contribution-guidelines]: https://github.com/mruby/mruby/blob/master/CONTRIBUTING.md [travis-ci]: https://travis-ci.org/mruby/mruby |
