Skip to content

Check for broken links

(Shamelessly copied from https://gitlab.com/gitlab-org/gitlab-ce/issues/51696)

Problem to solve

Check for broken links, both internal and external

Further details

Proposal

Implement a broken link checker, preferably in a job (not allowed to fail) that runs with the entire pipeline. As inspiration, checkout how GitLab Docs implemented their external link checker: https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/360

What does success look like, and how can we measure that?

🤔 green pipelines == 100% success 😜

Links / references