Skip to content

Docs: implement dead link checker for external URLs

Problem to solve

Further details

  • Having our docs linking to a 404 on the about website recently caused us some backlash on HN
  • 404s are bad UX anyway; we should check the docs to assure we don't have them
  • Note that we have a lint checking for internal links but we lack one for external URLs

Proposal

Implement a dead link checker, preferably in a job (not allowed to fail) that runs with the entire CE/EE pipeline and with the pipeline for docs-* branches

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

🤔 green pipelines == 100% success 😜

Links / references

cc/ @gl-docsteam for follow-up

Edited by Marcia Ramos