[FIX] doc: fix broken link, and fix doc link checker test

This commit is contained in:
Géry Debongnie
2022-01-20 12:39:43 +01:00
committed by Aaron Bohy
parent 09d192999a
commit 3fb65b3a89
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ function getFiles(path: string[] = []): FileData[] {
return Array.prototype.concat(...files);
}
const LOCAL_FILES = ["LICENSE", "CHANGELOG.md"];
const LOCAL_FILES = ["LICENSE"];
export function isLinkValid(link: MarkDownLink, current: FileData, files: FileData[]): boolean {
if (link.link.startsWith("http")) {
// no check on external links