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 <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.