Skip to content

Commit 9207af8

Browse files
committed
add facebook to exclusions list
1 parent f9d5204 commit 9207af8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/excluded-links.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ module.exports = [
1212
// Oneoff links that link checkers think are broken but are not.
1313
'https://haveibeenpwned.com/',
1414
'https://www.ilo.org/dyn/normlex/en/f\\?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029',
15-
'https://www.linkedin.com/company/github'
15+
'https://www.linkedin.com/company/github',
16+
'https://www.facebook.com/'
1617
]

0 commit comments

Comments
 (0)