Skip to content

Commit 9f07549

Browse files
authored
chore: ignore /docs/v8.x in link checker (#18660)
1 parent c68c07f commit 9f07549

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/tools/validate-links.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const skipPatterns = [
1919
"/donate",
2020
"/docs/latest",
2121
"/docs/next",
22+
"/docs/v8.x",
2223
'src="null"'
2324
];
2425

0 commit comments

Comments
 (0)