Skip to content

Commit

Permalink
ignore github access URI in htmlproofer (#6442)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
  • Loading branch information
grokspawn committed May 22, 2023
1 parent 6a6edfd commit f7d90c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/check-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ docker run --rm -v sdk-html:/target klakegg/html-proofer:3.18.8 /target \
--http-status-ignore 429 \
--allow_hash_href \
--typhoeus '{"followlocation":true,"connecttimeout":600,"timeout":600}' \
--url-ignore "/github.com\/operator-framework\/operator-sdk\/edit\/master\//,https://docs.github.com/en/get-started/quickstart/fork-a-repo"
--url-ignore "/github.com\/operator-framework\/operator-sdk\/edit\/master\//,https://docs.github.com/en/get-started/quickstart/fork-a-repo,https://github.com/operator-framework/operator-sdk/settings/access"

0 comments on commit f7d90c4

Please sign in to comment.