mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] doc: fix broken link, and fix doc link checker test
This commit is contained in:
committed by
Aaron Bohy
parent
09d192999a
commit
3fb65b3a89
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user