You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/23 12:16:49 UTC

[incubator-pekko-samples] branch main updated: fix some links (#21)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 902f155  fix some links (#21)
902f155 is described below

commit 902f15514840cc2eb79628c204d04db63eddec89
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Mar 23 13:16:43 2023 +0100

    fix some links (#21)
---
 akka-sample-fsm-java/README.md       | 2 +-
 akka-sample-fsm-scala/README.md      | 2 +-
 akka-sample-sharding-scala/README.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/akka-sample-fsm-java/README.md b/akka-sample-fsm-java/README.md
index 8689e2f..843f97b 100644
--- a/akka-sample-fsm-java/README.md
+++ b/akka-sample-fsm-java/README.md
@@ -8,4 +8,4 @@ It illustrates how the behaviors and transitions can be defined with Akka Typed.
 
 Start the application by typing `mvn compile exec:java -Dexec.mainClass="sample.DiningHakkers"`. In the log output you can see the actions of the `Hakker` actors.
 
-Read more about Akka Typed in [the documentation](http://pekko.apache.org/docs/pekko/current/).
+Read more about Akka Typed in [the documentation](https://pekko.apache.org/docs/pekko/current/typed/index.html).
diff --git a/akka-sample-fsm-scala/README.md b/akka-sample-fsm-scala/README.md
index 94d2bca..1a9039b 100644
--- a/akka-sample-fsm-scala/README.md
+++ b/akka-sample-fsm-scala/README.md
@@ -8,5 +8,5 @@ It illustrates how the behaviors and transitions can be defined with Akka Typed.
 
 Start the application by typing `sbt "runMain sample.DiningHakkers"`. In the log output you can see the actions of the `Hakker` actors.
 
-Read more about Akka Typed in [the documentation](http://pekko.apache.org/docs/pekko/current/).
+Read more about Akka Typed in [the documentation](https://pekko.apache.org/docs/pekko/current/typed/index.html).
 
diff --git a/akka-sample-sharding-scala/README.md b/akka-sample-sharding-scala/README.md
index e5d7cf2..6f528eb 100644
--- a/akka-sample-sharding-scala/README.md
+++ b/akka-sample-sharding-scala/README.md
@@ -1,6 +1,6 @@
 # Cluster Sharding sample
 
-The KillrWeather sample illustrates how to use [Akka Cluster Sharding](http://pekko.apache.org/docs/pekko/current//scala/typed/cluster-sharding.html) in Scala, for the same sample in Java see [Cluster Sharding Sample Java](https://github.com/akka/akka-samples/tree/2.6/akka-sample-sharding-java).
+The KillrWeather sample illustrates how to use [Pekko Cluster Sharding](https://pekko.apache.org/docs/pekko/current/scala/typed/cluster-sharding.html) in Scala, for the same sample in Java see [Cluster Sharding Sample Java](https://github.com/akka/akka-samples/tree/2.6/akka-sample-sharding-java).
 It also shows the basic usage of [Akka HTTP](https://doc.akka.io/docs/akka-http/current/index.html).
 
 The sample consists of two applications, each a separate maven submodule:


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