pjfanning commented on code in PR #120:
URL: https://github.com/apache/incubator-pekko/pull/120#discussion_r1083437469
##########
project/Paradox.scala:
##########
@@ -23,26 +23,27 @@ import sbt._
import scala.concurrent.duration._
object Paradox {
-
+ val pekkoBaseURL = "https://pekko.apache.org"
val propertiesSettings = Seq(
Compile / paradoxProperties ++= Map(
- "canonical.base_url" -> "https://doc.akka.io/docs/akka/current",
+ "canonical.base_url" -> s"$pekkoBaseURL/docs/pekko/current",
"github.base_url" -> GitHub
.url(version.value), // for links like this: @github[#1](#1) or
@github[83986f9](83986f9)
- "extref.pekko.http.base_url" ->
"https://doc.akka.io/docs/akka-http/current/%s",
- "extref.pekko-management.base_url" ->
"https://doc.akka.io/docs/akka-management/current/%s",
- "extref.platform-guide.base_url" ->
"https://developer.lightbend.com/docs/akka-platform-guide/%s",
+ "extref.pekko.http.base_url" ->
s"$pekkoBaseURL/docs/pekko-http/current/%s",
+ "extref.pekko-management.base_url" ->
s"$pekkoBaseURL/docs/pekko-management/current/%s",
+ "extref.platform-guide.base_url" -> s"$pekkoBaseURL/",
"extref.wikipedia.base_url" -> "https://en.wikipedia.org/wiki/%s",
"extref.github.base_url" -> (GitHub.url(version.value) + "/%s"), // for
links to our sources
"extref.samples.base_url" ->
"https://developer.lightbend.com/start/?group=akka&project=%s",
Review Comment:
just add issues for anything you are skipping
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]