Skip to content

Commit e11874f

Browse files
committed
Merge branch 'master' of github.com:cpprefjp/site into contract_violation
2 parents 3227e21 + f1c0d5d commit e11874f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/script/link_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def fix_link(link: str) -> str:
5858
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
5959
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
6060
"https://www.microsoft.com/", # ちょくちょく失敗するが、一時的なものだと思われる
61+
"https://www.gnu.org/", # 毎週失敗する。/lang/cpp11/thread_local_storage.md でのみ使用。gcc.gnu.orgは失敗しない
6162
]
6263

6364
IGNORE_REGEX_LIST = [

0 commit comments

Comments
 (0)