Skip to content

Commit 57579c0

Browse files
authored
Merge pull request #14919 from github/repo-sync
repo sync
2 parents 593f41c + dc8236a commit 57579c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/check-english-links.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ async function main() {
138138
// Format and display the results.
139139
console.log(`${brokenLinks.length} broken links found on docs.github.com\n`)
140140
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+
)
141144

142145
// Exit unsuccessfully if broken links are found.
143146
process.exit(1)

0 commit comments

Comments
 (0)