From 7a33c0721ca5b04b6375ae241c4b334bd2238f63 Mon Sep 17 00:00:00 2001 From: Sebastian Alfers Date: Tue, 4 Jun 2024 09:42:13 +0200 Subject: [PATCH] Link to latest location for sample --- 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. @@@