From 58be7ddec8f212e31347956c82833743663b668b Mon Sep 17 00:00:00 2001 From: Sebastian Alfers Date: Mon, 24 Jun 2024 16:49:33 +0200 Subject: [PATCH] Link to latest location for sample (#1751) --- docs/src/main/paradox/cluster-sharding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/cluster-sharding.md b/docs/src/main/paradox/cluster-sharding.md index 6ab33cce1..da5a3e035 100644 --- a/docs/src/main/paradox/cluster-sharding.md +++ b/docs/src/main/paradox/cluster-sharding.md @@ -35,7 +35,7 @@ There are two steps required to setup the cluster sharding module. @@@ note -A complete example of using this module exists in an [`akka/akka-sample`](https://github.com/akka/akka-samples) project called [`akka-sample-kafka-sharding`](https://github.com/akka/akka-samples/tree/2.6/akka-sample-kafka-to-sharding-scala). +A complete example of using this module exists in an [`akka/samples`](https://github.com/akka/akka/tree/main/samples) project called [`akka-sample-kafka-sharding`](https://github.com/akka/akka/tree/main/samples/akka-sample-kafka-to-sharding-scala). It's a self-contained example that can run on a developer's laptop. @@@