From 3fb65b3a8920c2a24d9a73189bcf7c2811b17246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 20 Jan 2022 12:39:43 +0100 Subject: [PATCH] [FIX] doc: fix broken link, and fix doc link checker test --- CHANGELOG.md | 2 +- tests/tooling/doc_link_checker.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3455852cd..00ef2f79c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,7 +85,7 @@ All changes are documented here in no particular order. - breaking: `env` is now frozen ([details](#28-env-is-now-frozen)) - breaking: `renderToString` function on qweb has been removed ([details](#32-rendertostring-on-qweb-has-been-removed)) - breaking: `debounce` utility function has been removed ([details](#34-debounce-utility-function-has-been-removed)) -- breaking: `browser` object has been removed ([details](#browser-object-has-been-removed)) +- breaking: `browser` object has been removed ([details](#39-browser-object-has-been-removed)) ## Details/Rationale/Migration diff --git a/tests/tooling/doc_link_checker.test.ts b/tests/tooling/doc_link_checker.test.ts index 6c23f6b5b..3fd63fc07 100644 --- a/tests/tooling/doc_link_checker.test.ts +++ b/tests/tooling/doc_link_checker.test.ts @@ -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