Fix link to lagom

This commit is contained in:
Arnout Engelen 2018-12-10 15:52:38 +01:00
parent 24ff2b80e7
commit b40d28b885
No known key found for this signature in database
GPG key ID: BB8C0F854A1E2105

View file

@ -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)]