Skip to content

Commit 825bde6

Browse files
committed
Comment links.config.php's exclusion of docs/index.md
1 parent a1a0f26 commit 825bde6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/links/links.config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
$exclusionTests = array_merge_recursive(UrlTester::getDefaultExclusionTests(), [
2424
'url' => [
2525
function (string $url, string $file = null): bool {
26+
// docs/index.md content is not Markdown but HTML with server URLs
2627
return 'docs/index.md' === $file && str_starts_with($url, 'docs/');
2728
},
2829
function (string $url, string $file = null): bool {

0 commit comments

Comments
 (0)