You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/02/27 11:55:27 UTC

[GitHub] [incubator-pekko-management] pjfanning commented on a diff in pull request #10: Use Pekko name

pjfanning commented on code in PR #10:
URL: https://github.com/apache/incubator-pekko-management/pull/10#discussion_r1118640768


##########
build.sbt:
##########
@@ -286,42 +277,48 @@ lazy val `integration-test-local` = project
     libraryDependencies := Dependencies.BootstrapDemos)
   .settings(MetaInfLicenseNoticeCopy.settings)
   .dependsOn(
-    `akka-management`,
-    `cluster-http`,
-    `cluster-bootstrap`)
+    management,
+    clusterHttp,
+    clusterBootstrap)
   .enablePlugins(JavaAppPackaging, AshScriptPlugin)
 
 lazy val docs = project
   .in(file("docs"))
   .enablePlugins(AkkaParadoxPlugin, ParadoxSitePlugin, PreprocessPlugin, PublishRsyncPlugin)
   .disablePlugins(MimaPlugin)
   .settings(
-    name := "Akka Management",
+    name := "Pekko Management",
     publish / skip := true,
     makeSite := makeSite.dependsOn(LocalRootProject / ScalaUnidoc / doc).value,
-    Preprocess / siteSubdirName := s"api/akka-management/${if (isSnapshot.value) "snapshot" else version.value}",
+    Preprocess / siteSubdirName := s"api/pekko-management/${if (isSnapshot.value) "snapshot" else version.value}",
     Preprocess / sourceDirectory := (LocalRootProject / ScalaUnidoc / unidoc / target).value,
     Preprocess / preprocessRules := Seq(
       ("\\.java\\.scala".r, _ => ".java")),
     previewPath := (Paradox / siteSubdirName).value,
     paradoxGroups := Map("Language" -> Seq("Java", "Scala")),
-    Paradox / siteSubdirName := s"docs/akka-management/${if (isSnapshot.value) "snapshot" else version.value}",
+    Paradox / siteSubdirName := s"docs/pekko-management/${if (isSnapshot.value) "snapshot" else version.value}",
     Compile / paradoxProperties ++= Map(
       "date.year" -> Common.currentYear,
-      "project.url" -> "https://doc.akka.io/docs/akka-management/current/",
-      "canonical.base_url" -> "https://doc.akka.io/docs/akka-management/current",
+      "project.url" -> "https://pekko.apache.org/docs/pekko-management/current/",
+      "canonical.base_url" -> "https://https://pekko.apache.org/docs/pekko-management/current",
       "scala.binary.version" -> scalaBinaryVersion.value,
       "akka.version" -> Dependencies.AkkaVersion,
-      "extref.akka.base_url" -> s"https://doc.akka.io/docs/akka/current/%s",
-      "scaladoc.akka.base_url" -> s"https://doc.akka.io/api/akka/current/",
-      "extref.akka-http.base_url" -> s"https://doc.akka.io/docs/akka-http/${Dependencies.AkkaHttpBinaryVersion}/%s",
-      "scaladoc.akka.http.base_url" -> s"https://doc.akka.io/api/akka-http/${Dependencies.AkkaHttpBinaryVersion}/",
-      "extref.akka-grpc.base_url" -> s"https://doc.akka.io/docs/akka-grpc/current/%s",
-      "extref.akka-enhancements.base_url" -> s"https://doc.akka.io/docs/akka-enhancements/current/%s",
+      "extref.akka.base_url" -> s"https://https://pekko.apache.org/docs/pekko/current/%s",
+      "scaladoc.akka.base_url" -> s"https://https://pekko.apache.org/api/pekko/current/",
+      "extref.akka-http.base_url" -> s"https://https://pekko.apache.org/docs/pekko-http/${Dependencies.AkkaHttpBinaryVersion}/%s",
+      "scaladoc.akka.http.base_url" -> s"https://https://pekko.apache.org/api/pekko-http/${Dependencies.AkkaHttpBinaryVersion}/",
+      "extref.akka-grpc.base_url" -> s"https://https://pekko.apache.org/docs/pekko-grpc/current/%s",
+      "extref.akka-enhancements.base_url" -> s"https://https://pekko.apache.org/docs/pekko-enhancements/current/%s",

Review Comment:
   the https:// is repeated twice in the last 5 lines



-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org