This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new c8ea51c49 don't link to 'current' pekko docs (#603)
c8ea51c49 is described below
commit c8ea51c49b2c39d3369ba6f1e8343c46214f19f0
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 12:46:04 2024 +0100
don't link to 'current' pekko docs (#603)
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index d5e71aa5b..55e8e4c16 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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}",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]