openziti / ziti-doc

Documentation describing the usage of the Ziti platform.
https://openziti.io
Apache License 2.0
34 stars 40 forks source link

alarm if popular old links are broken #336

Closed qrkourier closed 1 year ago

qrkourier commented 1 year ago

There's a script in the repo that checks old URLs, i.e., popular incoming requests for pages that no longer exist. Run the script with the same triggers as the build and deploy/publish job and raise a GH issue on failure with a link to the failed job. Auto-resolve the issue the next time the script succeeds.

qrkourier commented 1 year ago

Script: https://github.com/openziti/ziti-doc/blob/main/check-old-urls.sh

Copy the pattern used to alarm on broken links in existing pages: check-links.yml is called by main.workflow.yml.