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 /CONTRIBUTING.md | |
| parent | 08d4365252d421f71800992b34684e320ce41ca6 (diff) | |
| download | mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.tar.gz mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.zip | |
🔒 Fix missing HTTPS on links
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fec2e8907..fa1c847a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,5 +61,5 @@ language itself. Please note the following hints for your Ruby code: #### Comply with the Ruby standard (ISO/IEC 30170:2012) mruby is currently targeting to execute Ruby code which complies to ISO/IEC -30170:2012 (http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579), +30170:2012 (https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579), unless there's a clear reason, e.g. the latest Ruby has changed behavior from ISO. |
