mlc_config.json: ignore iso.org links in markdown-link-check

iso.org blocks automated HTTP requests with 403 Forbidden.
Also update the ISO 30170 URLs to current format in README.md
and CONTRIBUTING.md.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2026-02-18 15:41:38 +09:00
parent 9910444212
commit e49479feaa
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -11,6 +11,9 @@
},
{
"pattern": "^mailto:"
},
{
"pattern": "^https://www.iso.org/"
}
]
}
+1 -1
View File
@@ -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 (<https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579>),
30170:2012 (<https://www.iso.org/standard/59579.html>),
unless there's a clear reason, e.g. the latest Ruby has changed behavior from ISO.
## Building documentation
+1 -1
View File
@@ -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