We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6d7a4 commit 522fe95Copy full SHA for 522fe95
1 file changed
.build/check-broken-links.sh
@@ -81,6 +81,7 @@ if ! blc -rv
81
--exclude 'https://www.akamai.com/why-akamai/global-infrastructure' \
82
`## returns 429` \
83
--exclude 'developer.hashicorp.com' \
84
+ --exclude 'https://cursor.com/docs/context/mcp' \
85
`## false positives` \
86
--exclude 'https://www.gnu.org/software/coreutils/' \
87
--exclude 'https://crates.io/' \
@@ -91,7 +92,6 @@ if ! blc -rv
91
92
--exclude 'http://localhost:16686/' \
93
--exclude 'http://localhost:5050/explore' \
94
`## Spin 4 bits not yet published` \
- --exclude 'https://github.com/spinframework/spin-docs/blob/main/content/v4' \
95
--exclude 'https://docs.rs/spin-sdk/latest/spin_sdk' \
96
http://127.0.0.1:3000/v3/javascript-components \
97
| tee "${report}"
0 commit comments