Skip to content

サイト外リンクを修正する #748

@faithandbrave

Description

@faithandbrave

リンクチェックのスクリプトで見つかった、サイト外ページへのリンク切れの一覧です (#746)。
リンクチェックをCIに組み込む前に修正したほうがよいものです。

SSLErrorになってるものは、httpsに差し替えれば通るはず。判断がむずかしいものはここで相談かなと思います。

index.md href http://episteme.wankuma.com/stlprog/index.html not found. HTTPConnectionPool(host='episteme.wankuma.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10aca7f50>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
reference/random.md href http://www.biwako.shiga-u.ac.jp/sensei/mnaka/ut/statdist.html not found. HTTPConnectionPool(host='www.biwako.shiga-u.ac.jp', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10ada3fd0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
reference/shared_mutex/shared_lock.md href http://wiki.hsr.ch/PnProg/files/StrategizedLocking.pdf not found. HTTPSConnectionPool(host='wiki.hsr.ch', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))
reference/mutex/unique_lock.md href http://wiki.hsr.ch/PnProg/files/StrategizedLocking.pdf not found. HTTPSConnectionPool(host='wiki.hsr.ch', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))
reference/mutex/lock_guard.md href http://wiki.hsr.ch/PnProg/files/StrategizedLocking.pdf not found. HTTPSConnectionPool(host='wiki.hsr.ch', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))
reference/random/minstd_rand0.md href http://random.mat.sbg.ac.at/results/karl/server/node4.html not found. HTTPConnectionPool(host='random.mat.sbg.ac.at', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10beac3d0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
reference/random/minstd_rand.md href http://random.mat.sbg.ac.at/results/karl/server/node4.html not found. HTTPConnectionPool(host='random.mat.sbg.ac.at', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10ad6ecd0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))

Metadata

Metadata

Labels

TASKbuglink_check_ci_discussリンクチェックCIについて議論が発生しているもの

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions