diff --git a/build-system/tasks/check-links.js b/build-system/tasks/check-links.js index 75c959a07228..4b502d1efabd 100644 --- a/build-system/tasks/check-links.js +++ b/build-system/tasks/check-links.js @@ -36,7 +36,7 @@ async function checkLinks() { if (!usesFilesOrLocalChanges('check-links')) { return; } - const filesToCheck = getFilesToCheck(linkCheckGlobs); + const filesToCheck = getFilesToCheck(linkCheckGlobs, {dot: true}); if (filesToCheck.length == 0) { return; }