Add occasionally failing link to validator ignore list
This commit is contained in:
parent
f54b82b04c
commit
5e3ac25490
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ site-link-validator {
|
|||
"https://www.scala-lang.org/api/2.13.11/scala/runtime/AbstractPartialFunction.html"
|
||||
# Bug, see https://github.com/scala/bug/issues/12807 and https://github.com/lampepfl/dotty/issues/17973
|
||||
"https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html"
|
||||
# Occasionally returns a 500 Internal Server Error
|
||||
"http://code.google.com/p/atinject/"
|
||||
]
|
||||
|
||||
non-https-whitelist = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue