From 166f14ac989c7f56423859c7b252fff154bc2c4e Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 22 Sep 2020 19:33:21 +0200 Subject: [PATCH] tools: check links in api docs Fixes: https://github.com/nodejs/node/issues/35189 PR-URL: https://github.com/nodejs/node/pull/35191 Reviewed-By: Derek Lewis Reviewed-By: Jiawen Geng Reviewed-By: Trivikram Kamat Reviewed-By: Richard Lau Reviewed-By: Rich Trott --- tools/doc/checkLinks.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/doc/checkLinks.js b/tools/doc/checkLinks.js index aeb0fe5d03f232..81174c69dd1a85 100644 --- a/tools/doc/checkLinks.js +++ b/tools/doc/checkLinks.js @@ -26,7 +26,6 @@ function findMarkdownFilesRecursively(dirPath) { if ( entry.isDirectory() && - entry.name !== 'api' && entry.name !== 'build' && entry.name !== 'changelogs' && entry.name !== 'deps' &&