Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Fix help.github.com link check
For some reason, help.github.com will only serve compressed content, and will reply with a 403 error without any "Accept-encoding" headers. This causes 'make docs_check_links' to report help.github.com links as being dead. This is tracked in github/docs#17358 For this fix to work, quay.io/crcont/docs-builder:latest must be rebuilt and pushed to quay. This can be rebuilt and tested locally with: $ (cd images/docs-builder && podman build -t quay.io/crcont/docs-builder:latest .) $ make docs_check_links
- Loading branch information