Skip to content

Commit c56ea8d

Browse files
committed
外部リンクチェック : web archiveはhttpもチェック除外対象にした #1354
1 parent ed3624c commit c56ea8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/script/link_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def fix_link(link: str) -> str:
5353
return link
5454

5555
IGNORE_LIST = [
56+
"http://web.archive.org", # 確実に存在すると思われる
5657
"https://web.archive.org", # 確実に存在すると思われる
5758
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
5859
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる

0 commit comments

Comments
 (0)