Skip to content

Commit

Permalink
tools: check links in api docs
Browse files Browse the repository at this point in the history
Fixes: nodejs#35189

PR-URL: nodejs#35191
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 authored and joesepi committed Oct 22, 2020
1 parent 639eb24 commit ab22657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/doc/checkLinks.js
Expand Up @@ -26,7 +26,6 @@ function findMarkdownFilesRecursively(dirPath) {

if (
entry.isDirectory() &&
entry.name !== 'api' &&
entry.name !== 'build' &&
entry.name !== 'changelogs' &&
entry.name !== 'deps' &&
Expand Down

0 comments on commit ab22657

Please sign in to comment.