Skip to content

Commit

Permalink
don't link to 'current' pekko docs (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Sep 16, 2024
1 parent dfbb8b8 commit c8ea51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ lazy val docs = project("docs")
"pekko.version" -> PekkoCoreDependency.version,
"jackson.xml.version" -> Dependencies.jacksonXmlVersion,
"scalafix.version" -> _root_.scalafix.sbt.BuildInfo.scalafixVersion, // grab from scalafix plugin directly
"extref.pekko-docs.base_url" -> s"https://pekko.apache.org/docs/pekko/current/%s",
"extref.pekko-docs.base_url" -> s"https://pekko.apache.org/docs/pekko/${PekkoCoreDependency.default.link}/%s",
"javadoc.java.base_url" -> "https://docs.oracle.com/en/java/javase/11/docs/api/java.base/",
"javadoc.java.link_style" -> "direct",
"javadoc.org.apache.pekko.base_url" -> s"https://pekko.apache.org/japi/pekko/${PekkoCoreDependency.default.link}",
Expand Down

0 comments on commit c8ea51c

Please sign in to comment.