Skip to content

Commit

Permalink
fix api/japi links in build.sbt (#496)
Browse files Browse the repository at this point in the history
* fix api/japi links in build.sbt

* new broken link
  • Loading branch information
pjfanning authored Feb 29, 2024
1 parent 3ca37a4 commit 8b4f23c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ lazy val docs = project("docs")
"javadoc.org.apache.pekko.link_style" -> "direct",
"scaladoc.org.apache.pekko.base_url" -> s"https://pekko.apache.org/api/pekko/${PekkoCoreDependency.default.link}",
"scaladoc.org.apache.pekko.link_style" -> "direct",
"javadoc.org.apache.pekko.http.base_url" -> s"https://pekko.apache.org/api/pekko-http/${projectInfoVersion.value}",
"scaladoc.org.apache.pekko.http.base_url" -> s"https://pekko.apache.org/japi/pekko-http/${projectInfoVersion.value}",
"javadoc.org.apache.pekko.http.base_url" -> s"https://pekko.apache.org/japi/pekko-http/${projectInfoVersion.value}",
"scaladoc.org.apache.pekko.http.base_url" -> s"https://pekko.apache.org/api/pekko-http/${projectInfoVersion.value}",
"github.base_url" -> GitHub.url(version.value, isSnapshot.value)),
apidocRootPackage := "org.apache.pekko",
ValidatePR / additionalTasks += Compile / paradox)
Expand Down
1 change: 1 addition & 0 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ site-link-validator {
"http://localhost:8080"
# broken URL in license report
"http://pholser.github.com/"
"http://specs2.org/"
]

non-https-whitelist = [
Expand Down

0 comments on commit 8b4f23c

Please sign in to comment.