Skip to content

Commit

Permalink
redirect current to versioned docs (#227)
Browse files Browse the repository at this point in the history
* redirect current to versioned docs

* Update build.sbt
  • Loading branch information
pjfanning authored Sep 17, 2024
1 parent ecaa225 commit 88acd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 88acd7b

Please sign in to comment.