Skip to content

Commit 691155b

Browse files
jmarlenaheiskr
andauthored
Tidy up broken links (#19142)
* Add links to excluded links * Apply suggestions from code review Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> * Sneaky space ❌ Co-authored-by: jmarlena <> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 1a7e777 commit 691155b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/excluded-links.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ module.exports = [
88
'https://github.com/settings/profile',
99
'https://github.com/github/docs/edit',
1010
'https://github.com/github/insights-releases/releases/latest',
11+
'https://classroom.github.com/videos',
1112

1213
// Oneoff links that link checkers think are broken but are not.
1314
'https://haveibeenpwned.com/',
1415
'https://www.ilo.org/dyn/normlex/en/f\\?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029',
1516
'https://www.linkedin.com/company/github',
1617
'https://www.facebook.com/',
17-
'https://ko-fi.com/'
18+
'https://ko-fi.com/',
19+
'https://en.liberapay.com/',
20+
'https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb'
1821
]

0 commit comments

Comments
 (0)