We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 593f41c + dc8236a commit 57579c0Copy full SHA for 57579c0
script/check-english-links.js
@@ -138,6 +138,9 @@ async function main() {
138
// Format and display the results.
139
console.log(`${brokenLinks.length} broken links found on docs.github.com\n`)
140
displayBrokenLinks(brokenLinks)
141
+ console.log(
142
+ '\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`.'
143
+ )
144
145
// Exit unsuccessfully if broken links are found.
146
process.exit(1)
0 commit comments