This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 6a1692f90 don't link to 'current' pekko docs (#603) (#604)
6a1692f90 is described below
commit 6a1692f900aa03b9dc1c8b711e0a4ac6c5f11a72
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 13:18:35 2024 +0100
don't link to 'current' pekko docs (#603) (#604)
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index da909de2c..3e74e8abd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -440,7 +440,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]