We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4171bf commit d16e019Copy full SHA for d16e019
1 file changed
lib/excluded-links.js
@@ -11,5 +11,6 @@ module.exports = [
11
12
// Oneoff links that link checkers think are broken but are not.
13
'https://haveibeenpwned.com/',
14
- 'https://www.ilo.org/dyn/normlex/en/f\\?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029'
+ '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
]
0 commit comments