Skip to content

Commit 7070902

Browse files
committed
Exclude openai.com from link checking
Signed-off-by: itowlson <[email protected]>
1 parent e339fcd commit 7070902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.build/check-broken-links.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ if ! blc -rv
7676
--exclude 'https://twitter.com/spinframework' \
7777
--exclude 'https://linux.die.net/man/1/which' \
7878
--exclude 'npmjs.com/package/' \
79+
--exclude 'https://openai.com/' \
80+
--exclude 'https://platform.openai.com/' \
7981
`## returns 429` \
8082
--exclude 'developer.hashicorp.com' \
8183
`## false positives` \

0 commit comments

Comments
 (0)