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 0e56e8d commit e5eb048Copy full SHA for e5eb048
1 file changed
.github/workflows/script/link_check.py
@@ -92,6 +92,7 @@ def fix_link(link: str) -> str:
92
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
93
"https://www.microsoft.com/", # ちょくちょく失敗するが、一時的なものだと思われる
94
"https://www.gnu.org/", # 毎週失敗する。/lang/cpp11/thread_local_storage.md でのみ使用。gcc.gnu.orgは失敗しない
95
+ "https://www.decadent.org.uk", # GitHub ActionsランナーからIPv6は経路なし・IPv4はconnectタイムアウトで到達不能。ブラウザ/通常回線では200 (reference/thread.md)
96
]
97
98
IGNORE_REGEX_LIST = [
0 commit comments