Skip to content

Commit ba17dbc

Browse files
authored
Merge pull request #155 from itowlson/achy-breaky-links
Exclude `openai.com` from link checking
2 parents e339fcd + 7070902 commit ba17dbc

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)