Skip to content

Commit

Permalink
fix links to source files (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 13, 2023
1 parent ba87f4b commit 0b286e2
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 21 deletions.
4 changes: 2 additions & 2 deletions docs-gen/project/PekkoSamplePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object PekkoSamplePlugin extends sbt.AutoPlugin {
paradoxProperties += ("disabled.versioning.display" -> "true")

val themeSettings = Seq(
pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko"))
pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko-samples"))

val propertiesSettings = Seq(
Compile / paradoxProperties ++= Map(
Expand Down Expand Up @@ -58,7 +58,7 @@ object PekkoSamplePlugin extends sbt.AutoPlugin {
propertiesSettings ++
sourceDirectorySettings ++
Seq(
baseUrl := "https://github.com/apache/incubator-pekko-samples/current",
baseUrl := "https://github.com/apache/incubator-pekko-samples/tree/main",
crossPaths := false,
templateName := baseProject.value.replaceAll("-sample-", "-samples-"))
}
2 changes: 1 addition & 1 deletion docs-gen/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
5 changes: 5 additions & 0 deletions docs-gen/project/project-info.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

project-info {
version: "current"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion pekko-sample-fsm-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This sample is an adaptation of [Dining Hakkers](http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/).

Open [DiningHakkersTyped.scala](src/main/java/sample/DiningHakkers.java).
Open [DiningHakkers.java](src/main/java/sample/DiningHakkers.java).

It illustrates how the behaviors and transitions can be defined with Apache Pekko Typed.

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This sample is an adaptation of [Dining Hakkers](http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/).

Open [DiningHakkersTyped.scala](src/main/scala/sample/DiningHakkers.scala).
Open [DiningHakkers.scala](src/main/scala/sample/DiningHakkers.scala).

It illustrates how the behaviors and transitions can be defined with Apache Pekko Typed.

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion pekko-sample-persistence-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion pekko-sample-sharding-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7

0 comments on commit 0b286e2

Please sign in to comment.