Skip to content

Commit

Permalink
[FIX] doc: fix broken link, and fix doc link checker test
Browse files Browse the repository at this point in the history
  • Loading branch information
ged-odoo authored and aab-odoo committed Feb 11, 2022
1 parent 09d1929 commit 3fb65b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/tooling/doc_link_checker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fb65b3

Please sign in to comment.