Skip to content

Commit d7a67f3

Browse files
authored
ci: check package npm links via the registry (#1846)
1 parent 2557a20 commit d7a67f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

markdown_link_check_config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66
"Accept-Encoding": "br, gzip, deflate"
77
}
88
}
9+
],
10+
"replacementPatterns": [
11+
{
12+
"pattern": "^https://www\\.npmjs\\.com/package",
13+
"replacement": "https://registry.npmjs.org"
14+
}
915
]
1016
}

0 commit comments

Comments
 (0)