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 10a3ed4 commit bc2d183Copy full SHA for bc2d183
.github/workflows/script/link_check.py
@@ -49,7 +49,7 @@ def fix_link(link: str) -> str:
49
IGNORE_LIST = [
50
"https://web.archive.org", # 確実に存在すると思われる
51
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
52
- "https://www.cryptopp.com/wiki/RDRAND ", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
+ "https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
53
]
54
55
def is_ignore_link(link: str) -> bool:
0 commit comments