Skip to content

Commit

Permalink
fix build interpolation (apache#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 3, 2024
1 parent 49f910e commit 1360365
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 @@ -239,11 +239,11 @@ lazy val docs = Project(id = "docs", base = file("docs"))
"grpc.version" -> Dependencies.Versions.grpc,
"project.url" -> "https://pekko.apache.org/docs/pekko-grpc/current/",
"canonical.base_url" -> "https://pekko.apache.org/docs/pekko-grpc/current",
"scaladoc.scala.base_url" -> s"https://www.scala-lang.org/api/current/",
"scaladoc.scala.base_url" -> "https://www.scala-lang.org/api/current/",
// Apache Pekko
"extref.pekko.base_url" -> s"https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/%s",
"scaladoc.pekko.base_url" -> "https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/",
"javadoc.pekko.base_url" -> "https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/",
"scaladoc.pekko.base_url" -> s"https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/",
"javadoc.pekko.base_url" -> s"https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/",
// Apache Pekko HTTP
"extref.pekko-http.base_url" -> s"https://pekko.apache.org/docs/pekko-http/${Dependencies.Versions.pekkoHttpBinary}/%s",
"scaladoc.pekko-http.base_url" -> s"https://pekko.apache.org/api/pekko-http/${Dependencies.Versions.pekkoHttpBinary}/",
Expand Down

0 comments on commit 1360365

Please sign in to comment.