Skip to content

Commit bc2d183

Browse files
committed
リンクチェック : cryptoppのURLが間違っていたのを修正 (末尾にスペースが入っていた) #937
1 parent 10a3ed4 commit bc2d183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script/link_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def fix_link(link: str) -> str:
4949
IGNORE_LIST = [
5050
"https://web.archive.org", # 確実に存在すると思われる
5151
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
52-
"https://www.cryptopp.com/wiki/RDRAND ", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
52+
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
5353
]
5454

5555
def is_ignore_link(link: str) -> bool:

0 commit comments

Comments
 (0)