Skip to content

Commit ddd83db

Browse files
committed
Docs: exclude stackoverflow.com from lychee link check
Stack Overflow returns 403 to automated requests, so the CUDA-version link in docs/documentation/docker.md fails the docs link check even though it resolves fine in a browser. Same class of exclusion already present for the Microsoft Store, VS Code, and OLCF Summit pages.
1 parent 8dfe8c7 commit ddd83db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.lychee.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ exclude = [
3131
"https://www\\.olcf\\.ornl\\.gov/summit", # Returns 503 to automated requests
3232
"https://apps\\.microsoft\\.com/store/detail/", # Microsoft Store detail pages return 403 to automated requests
3333
"https://code\\.visualstudio\\.com/?$", # Root page returns 403 to automated requests
34+
"https://stackoverflow\\.com", # Returns 403 to automated requests
3435
]

0 commit comments

Comments
 (0)