Skip to content

Commit 522fe95

Browse files
authored
Include v4 GitHub docs links in checking (#189)
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
1 parent 0e6d7a4 commit 522fe95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.build/check-broken-links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ if ! blc -rv
8181
--exclude 'https://www.akamai.com/why-akamai/global-infrastructure' \
8282
`## returns 429` \
8383
--exclude 'developer.hashicorp.com' \
84+
--exclude 'https://cursor.com/docs/context/mcp' \
8485
`## false positives` \
8586
--exclude 'https://www.gnu.org/software/coreutils/' \
8687
--exclude 'https://crates.io/' \
@@ -91,7 +92,6 @@ if ! blc -rv
9192
--exclude 'http://localhost:16686/' \
9293
--exclude 'http://localhost:5050/explore' \
9394
`## Spin 4 bits not yet published` \
94-
--exclude 'https://github.com/spinframework/spin-docs/blob/main/content/v4' \
9595
--exclude 'https://docs.rs/spin-sdk/latest/spin_sdk' \
9696
http://127.0.0.1:3000/v3/javascript-components \
9797
| tee "${report}"

0 commit comments

Comments
 (0)