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. @@@