Skip to content

Commit 31ade81

Browse files
authored
[Docs] Support PDF redirects in validation script (#26209)
1 parent 1226256 commit 31ade81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/validate-redirects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ async function main() {
88
let numDuplicateRedirects = 0;
99
let numNonSlashedRedirects = 0;
1010

11-
const validEndings = ["/", "*", ".xml", ".md", ".json", ".html"];
11+
const validEndings = ["/", "*", ".xml", ".md", ".json", ".html", ".pdf"];
1212

1313
const redirectSourceUrls: string[] = [];
1414

0 commit comments

Comments
 (0)