From b40d28b885e80d0a9bc38fdb2d3cd847a44afa7a Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 10 Dec 2018 15:52:38 +0100 Subject: [PATCH] Fix link to lagom --- akka-docs/src/main/paradox/persistence-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/persistence-query.md b/akka-docs/src/main/paradox/persistence-query.md index 0a46158cdb..1ee0573a8c 100644 --- a/akka-docs/src/main/paradox/persistence-query.md +++ b/akka-docs/src/main/paradox/persistence-query.md @@ -332,7 +332,7 @@ resilience is important so that if a node crashes the persistent queries are qui resume operations @ref:[Cluster Sharding](cluster-sharding.md) together with event tagging is an excellent fit to shard events over a cluster. -The [Lagom framework](https://www.lagom-framework.com), which is built on top of Akka encodes many of the best practices +The [Lagom framework](https://www.lagomframework.com), which is built on top of Akka encodes many of the best practices around this. For more details see @java[[Managing Data Persistence](https://www.lagomframework.com/documentation/current/java/ES_CQRS.html)] @scala[[Managing Data Persistence](https://www.lagomframework.com/documentation/current/scala/ES_CQRS.html)] and @java[[Persistent Entity](https://www.lagomframework.com/documentation/current/java/PersistentEntity.html)]