1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #14919 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-02-01 11:15:09 -06:00
committed by GitHub

View File

@@ -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)