diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-19 16:42:40 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-19 16:42:40 +0900 |
| commit | 563ebbf0833c6642ce8d95795e53748227dd6985 (patch) | |
| tree | a5dfb9895dfd14437c220eac2072c4d95eb1b7db /CONTRIBUTING.md | |
| parent | 08d4365252d421f71800992b34684e320ce41ca6 (diff) | |
| parent | f7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (diff) | |
| download | mruby-563ebbf0833c6642ce8d95795e53748227dd6985.tar.gz mruby-563ebbf0833c6642ce8d95795e53748227dd6985.zip | |
Merge pull request #5229 from jbampton/fix-links
🔒 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. |
