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-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 88acd7b  redirect current to versioned docs (#227)
88acd7b is described below

commit 88acd7b48fab72145368eb23e2425fa3cc488631
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Sep 17 20:56:08 2024 +0100

    redirect current to versioned docs (#227)
    
    * redirect current to versioned docs
    
    * Update build.sbt
---
 build.sbt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index f6c679d..9d7a166 100644
--- a/build.sbt
+++ b/build.sbt
@@ -98,10 +98,10 @@ lazy val docs = project
       // Slick
       "extref.slick.base_url" -> 
s"https://scala-slick.org/doc/${Dependencies.SlickVersion}/%s";,
       // Pekko
-      "extref.pekko.base_url" -> 
"https://pekko.apache.org/docs/pekko/current/%s";,
+      "extref.pekko.base_url" -> 
s"https://pekko.apache.org/docs/pekko/${PekkoCoreDependency.default.link}/%s";,
       "scaladoc.base_url" -> 
"https://pekko.apache.org/api/pekko-persistence-jdbc/current/";,
-      "scaladoc.org.apache.pekko.base_url" -> 
"https://pekko.apache.org/api/pekko/current/";,
-      "javadoc.org.apache.pekko.base_url" -> 
"https://pekko.apache.org/japi/pekko/current/";,
+      "scaladoc.org.apache.pekko.base_url" -> 
s"https://pekko.apache.org/api/pekko/${PekkoCoreDependency.default.link}/";,
+      "javadoc.org.apache.pekko.base_url" -> 
s"https://pekko.apache.org/japi/pekko/${PekkoCoreDependency.default.link}/";,
       "javadoc.org.apache.pekko.link_style" -> "direct",
       // Java
       "javadoc.base_url" -> "https://docs.oracle.com/javase/8/docs/api/";,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to