diff --git a/script/check-english-links.js b/script/check-english-links.js index 0f528dd2d080..3b2411bab21e 100755 --- a/script/check-english-links.js +++ b/script/check-english-links.js @@ -138,6 +138,9 @@ async function main() { // Format and display the results. console.log(`${brokenLinks.length} broken links found on docs.github.com\n`) displayBrokenLinks(brokenLinks) + console.log( + '\nIf links are "false positives" (e.g. can only be opened by a browser) consider making a pull request that edits `lib/excluded-links.js`.' + ) // Exit unsuccessfully if broken links are found. process.exit(1)