We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fcb35 commit 733ae16Copy full SHA for 733ae16
1 file changed
scripts/verify-links.ts
@@ -13,7 +13,7 @@ const errors: Array<{
13
14
function isRelativeLink(link: string) {
15
return (
16
- !link.startsWith(`/`) &&
+ !link.startsWith('/') &&
17
!link.startsWith('http://') &&
18
!link.startsWith('https://') &&
19
!link.startsWith('//') &&
0 commit comments