Skip to content

Commit 4da7509

Browse files
link-checker: Remove broken URL to claim statement. (#8070)
This time for real, lets get link-checker green once again. https://statement.polkadot.network/regular.html does not exist anymore. Its really shitty that we are now only showing a multihash, but the url is useless anyway. I also don't know what exactly was shown there. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f3f611 commit 4da7509

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.config/lychee.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ exclude = [
4646
"https://w3f.github.io/parachain-implementers-guide/node/index.html",
4747
"https://w3f.github.io/parachain-implementers-guide/protocol-chain-selection.html",
4848
"https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html",
49+
# Genuinely broken, but exist as part of a signed statement. Rarely used, will be
50+
# removed at some point.
51+
"statement.polkadot.network",
4952
# Behind a captcha (code 403):
5053
"https://chainlist.org/chain/*",
54+
"https://dl.acm.org",
5155
"https://iohk.io/en/blog/posts/2023/11/03/partner-chains-are-coming-to-cardano/",
5256
"https://polymesh.network",
5357
"https://www.reddit.com/r/rust/comments/3spfh1/does_collect_allocate_more_than_once_while/",

0 commit comments

Comments
 (0)