diff --git a/docs/getting_started/folders_and_files/metadata/json.md b/docs/getting_started/folders_and_files/metadata/json.md index d5c91f20..957e778f 100644 --- a/docs/getting_started/folders_and_files/metadata/json.md +++ b/docs/getting_started/folders_and_files/metadata/json.md @@ -181,7 +181,7 @@ Remember to install and call a package before using it. - are no longer than 63 characters. Many parts of JSON files are often loaded as -[`structures`](https://nl.mathworks.com/help/matlab/ref/struct.html) by MATLAB / Octave, +[`structures`](https://www.mathworks.com/help/matlab/ref/struct.html) by MATLAB / Octave, where a `key` in a JSON file becomes `fieldname` in that structure. Here is an example with a simple `example.json` diff --git a/md_link_check_config.json b/md_link_check_config.json index b01988c4..3004a9ef 100644 --- a/md_link_check_config.json +++ b/md_link_check_config.json @@ -26,6 +26,9 @@ }, { "pattern": "^https://human-organ-atlas.esrf.eu.*" + }, + { + "pattern": "^https://www.mathworks.com.*" } ], "timeout": "20s",