We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb31ac commit 66f0c91Copy full SHA for 66f0c91
1 file changed
scripts/deadLinkChecker.js
@@ -47,7 +47,7 @@ function getMarkdownFiles() {
47
path.posix.join(baseDir, '**/*.md'),
48
path.posix.join(baseDir, '**/*.mdx'),
49
];
50
- return globby.sync(patterns);
+ return globby.sync(patterns).map((p) => path.normalize(p));
51
}
52
53
function extractAnchorsFromContent(content) {
0 commit comments