Skip to content

Commit 4873497

Browse files
authored
Merge branch 'main' into repo-sync
2 parents fd623c1 + 53afd39 commit 4873497

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)