Skip to content

Commit 4413fde

Browse files
docs: remove new check
1 parent 3c8f697 commit 4413fde

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/verify-links.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,6 @@ async function verifyMarkdownLinks() {
104104

105105
if (relativeLinks.length > 0) {
106106
relativeLinks.forEach((link) => {
107-
if (!link.startsWith('.')) {
108-
errors.push({
109-
link,
110-
file,
111-
resolvedPath: '',
112-
reason: 'Does not start with ./ or ../',
113-
})
114-
return
115-
}
116-
117107
relativeLinkExists(link, file)
118108
})
119109
}

0 commit comments

Comments
 (0)