diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index 8fb00f8ca..d58d01ec0 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -11,6 +11,9 @@ }, { "pattern": "^mailto:" + }, + { + "pattern": "^https://www.iso.org/" } ] } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fac854ab9..12f5df7f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -176,7 +176,7 @@ 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 (), +30170:2012 (), unless there's a clear reason, e.g. the latest Ruby has changed behavior from ISO. ## Building documentation diff --git a/README.md b/README.md index 4822a3a61..825378026 100644 --- a/README.md +++ b/README.md @@ -176,5 +176,5 @@ By contributing, you grant non-exclusive rights to your code under the MIT Licen [![mruby Contributors](https://contrib.rocks/image?repo=mruby/mruby&anon=1&max=500)](https://github.com/mruby/mruby/graphs/contributors) -[ISO-standard]: https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579 +[ISO-standard]: https://www.iso.org/standard/59579.html [contribution-guidelines]: CONTRIBUTING.md