Skip to content

Commit

Permalink
http links
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 9, 2024
1 parent 4cfc56f commit 8656e27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ site-link-validator {

ignore-files = [
# This file is generated, we can't do much about the invalid links here
"license-report.html"
"docs/pekko-connectors/snapshot/license-report.html"
]

Expand All @@ -45,5 +44,9 @@ site-link-validator {
non-https-whitelist = [
# generated by @apidoc
"http://pravega.io/"
# no https support
"http://reactivemongo.org"
# need to investigate why scaladoc links are http
"http://www.scala-lang.org/api"
]
}

0 comments on commit 8656e27

Please sign in to comment.