Skip to content

Make CI fail on invalid local links

Konstantin Ivanov requested to merge martoon/better-links-check into master

There is a tendency to ignore CI checks, so links in some documents became broken.

Actually, we can reliably check for local links, so this MR makes this check mandatory to pass. If anything goes wrong, CI can always be disabled until the issue is resolved. External links are still checked optionally since some resources can get unavailable temporarily.

Also, I fix all the local links, hope my changes are correct.

Resolves (partly) #48

Resolves #61 (closed)


In fact, the repository seems to contain a pretty lot of broken external links as well, resources just become outdated rapidly. But I'm not sure how to handle this situation, since there is no particular one responsible for this.

Edited by Konstantin Ivanov

Merge request reports