Skip to content

Commit 9cb73ae

Browse files
String
1 parent 4fa99e8 commit 9cb73ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/verify-links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const errors: Array<{
1313

1414
function isRelativeLink(link: string) {
1515
return (
16-
!link.startsWith(`/`) &&
16+
!link.startsWith('/') &&
1717
!link.startsWith('http://') &&
1818
!link.startsWith('https://') &&
1919
!link.startsWith('//') &&

0 commit comments

Comments
 (0)