File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ module.exports = [
1111
1212 // Oneoff links that link checkers think are broken but are not.
1313 'https://haveibeenpwned.com/' ,
14- 'https://www.ilo.org/dyn/normlex/en/f\\?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029'
14+ 'https://www.ilo.org/dyn/normlex/en/f\\?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029' ,
15+ 'https://www.linkedin.com/company/github' ,
16+ 'https://www.facebook.com/'
1517]
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const languagesToSkip = Object.keys(require('../lib/languages'))
4141// Skip deprecated Enterprise content.
4242// Capture the old format https://docs.github.com/enterprise/2.1/
4343// and the new format https://docs.github.com/enterprise-server@2.19/.
44- const enterpriseReleasesToSkip = new RegExp ( `${ root } .+?[/@](${ deprecated . join ( '|' ) } )/ ` )
44+ const enterpriseReleasesToSkip = new RegExp ( `${ root } .+?[/@](${ deprecated . join ( '|' ) } )(/|$) ` )
4545
4646const config = {
4747 path : program . path || englishRoot ,
You can’t perform that action at this time.
0 commit comments