2021-12-16 10:16:28 -05:00
{
2022-08-09 16:37:10 -04:00
"_comment" : "Markdown Link Checker configuration, see https://github.com/gaurav-nelson/github-action-markdown-link-check and https://github.com/tcort/markdown-link-check" ,
2021-12-16 10:16:28 -05:00
"ignorePatterns" : [
{
"pattern" : "^http://localhost"
} ,
{
"pattern" : "yyyymmdd-xxx.md"
} ,
{
"pattern" : "https://support.gatsbyjs.com/hc/en-us/articles/360053096273-Why-did-I-hit-Out-of-Memory-errors-"
} ,
{
"pattern" : "^http://www.datasciencetoolkit.org"
} ,
{
"pattern" : "^https://github.com/usds/environmental-justice/"
2022-01-05 15:58:24 -05:00
} ,
{
"pattern" : "^https://.*medium.com"
2022-01-12 13:01:52 -05:00
} ,
{
"pattern" : "^https://www.eeoc.gov"
2021-12-16 10:16:28 -05:00
}
] ,
"replacementPatterns" : [
{
"pattern" : "^/" ,
"replacement" : "{{BASEURL}}/"
}
]
}