Skip to content

Commit af498c6

Browse files
authored
chore: ignore /docs/v9.x in link checker (#20453)
1 parent 9278324 commit af498c6

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
@@ -20,6 +20,7 @@ const skipPatterns = [
2020
"/docs/latest",
2121
"/docs/next",
2222
"/docs/v8.x",
23+
"/docs/v9.x",
2324
'src="null"',
2425
];
2526

0 commit comments

Comments
 (0)