pjfanning commented on code in PR #120:
URL: https://github.com/apache/incubator-pekko/pull/120#discussion_r1083373468


##########
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" -> 
"https://developer.lightbend.com/docs/pekko-platform-guide/%s";,

Review Comment:
   change the host to $pekkoBaseURL/ - we'll host the pekko-platform-guide 
there  



-- 
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]

Reply via email to