From 24ff2b80e79180fe089549ea3566cbda599f8287 Mon Sep 17 00:00:00 2001 From: balteo Date: Mon, 10 Dec 2018 15:51:18 +0100 Subject: [PATCH] Fix broken link to lagom framework (#25844) --- akka-docs/src/main/paradox/persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/persistence.md b/akka-docs/src/main/paradox/persistence.md index 9ce0a79d65..ccfab685e9 100644 --- a/akka-docs/src/main/paradox/persistence.md +++ b/akka-docs/src/main/paradox/persistence.md @@ -727,7 +727,7 @@ active entity (`PersistentActor`) for each id within a data center. Lightbend's [Multi-DC Persistence](https://developer.lightbend.com/docs/akka-commercial-addons/current/persistence-dc/index.html) supports active-active persistent entities across data centers. -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)]