Skip to content

Commit

Permalink
try to fix more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 9, 2024
1 parent e63e9ae commit a312738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ lazy val docs = project
// Pekko gRPC
"pekko-grpc.version" -> Dependencies.PekkoGrpcBinaryVersion,
"extref.pekko-grpc.base_url" -> s"https://pekko.apache.org/docs/pekko-grpc/${Dependencies.PekkoGrpcBinaryVersion}/%s",
"scaladoc.org.apache.pekko.gprc.base_url" -> s"https://pekko.apache.org/api/pekko-grpc/${Dependencies.PekkoGrpcBinaryVersion}/",
"scaladoc.org.apache.pekko.gprc.base_url" -> s"https://pekko.apache.org/api/pekko-grpc/${Dependencies.PekkoGrpcBinaryVersion}/org/apache/pekko/gprc",
// Couchbase
"couchbase.version" -> Dependencies.CouchbaseVersion,
"extref.couchbase.base_url" -> s"https://docs.couchbase.com/java-sdk/${Dependencies.CouchbaseVersionForDocs}/%s",
Expand Down
2 changes: 2 additions & 0 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ site-link-validator {
"https://mvnrepository.com/artifact/"
# Errors in Scaladoc from Google Common header `X-Upload-Content-Type`
"https://doc.akka.io/api/akka-http/10.2.9/akka/http/impl/util/"
# Invalid links generated in Google Common Connector scaladoc
"https://pekko.apache.org/api/pekko-http/1.1.0/org/apache/pekko/http/impl/util/"
]

non-https-whitelist = [
Expand Down

0 comments on commit a312738

Please sign in to comment.