Skip to content

Commit f7d90c4

Browse files
authored
ignore github access URI in htmlproofer (#6442)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 6a6edfd commit f7d90c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/check-links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ docker run --rm -v sdk-html:/target klakegg/html-proofer:3.18.8 /target \
1616
--http-status-ignore 429 \
1717
--allow_hash_href \
1818
--typhoeus '{"followlocation":true,"connecttimeout":600,"timeout":600}' \
19-
--url-ignore "/github.com\/operator-framework\/operator-sdk\/edit\/master\//,https://docs.github.com/en/get-started/quickstart/fork-a-repo"
19+
--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 commit comments

Comments
 (0)