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 3c8f697 commit 4413fdeCopy full SHA for 4413fde
scripts/verify-links.ts
@@ -104,16 +104,6 @@ async function verifyMarkdownLinks() {
104
105
if (relativeLinks.length > 0) {
106
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
-
117
relativeLinkExists(link, file)
118
})
119
}
0 commit comments