diff --git a/.config/lychee.toml b/.config/lychee.toml index 169999a8..7a22fd2e 100644 --- a/.config/lychee.toml +++ b/.config/lychee.toml @@ -18,6 +18,8 @@ accept = [ "200", # Rate limited - GitHub likes to throw this. "429", + # Service temporarily unavailable + "503", ] exclude_path = ["./prdoc", "./target"] @@ -119,4 +121,6 @@ exclude = [ "https://github.com/pezkuwichain/pezkuwi-sdk/tree/[a-f0-9]+/.*", # Migrated bizinikiwi references "https://github.com/pezkuwichain/bizinikiwi.*", + # External site temporarily down (503) + "https://use.ink/migrate-ink-contracts-to-polkadot-frame-parachain/", ]