Skip to content

Commit 7687635

Browse files
committed
Exclude OLCF Summit URL from link checker
The OLCF site returns 503 to automated requests and sends a 1-hour rate limit backoff, causing the Lychee link check to fail.
1 parent b5486c9 commit 7687635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lychee.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ exclude = [
2828
"https://cpe\\.ext\\.hpe\\.com", # HPE Cray docs have broken SSL cert
2929
"https://sc22\\.supercomputing\\.org", # Returns 415 to automated requests
3030
"https://strawberryperl\\.com", # Frequently times out
31+
"https://www\\.olcf\\.ornl\\.gov/summit", # Returns 503 to automated requests
3132
]

0 commit comments

Comments
 (0)