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 4fa99e8 commit 9cb73aeCopy full SHA for 9cb73ae
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