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/"
}
]
}