We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3624c commit c56ea8dCopy full SHA for c56ea8d
.github/workflows/script/link_check.py
@@ -53,6 +53,7 @@ def fix_link(link: str) -> str:
53
return link
54
55
IGNORE_LIST = [
56
+ "http://web.archive.org", # 確実に存在すると思われる
57
"https://web.archive.org", # 確実に存在すると思われる
58
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
59
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
0 commit comments