From 1df264e913e7d5ce77f2f8d12a88705088b263bc Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 14 Jan 2025 23:44:37 +0100 Subject: [PATCH] fix link - issue in #1711 (#1721) --- docs/src/main/paradox/migration/migration-guide-akka-1.0.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/migration/migration-guide-akka-1.0.x.md b/docs/src/main/paradox/migration/migration-guide-akka-1.0.x.md index a1fe322c2e..189ed8d6d2 100644 --- a/docs/src/main/paradox/migration/migration-guide-akka-1.0.x.md +++ b/docs/src/main/paradox/migration/migration-guide-akka-1.0.x.md @@ -43,4 +43,4 @@ These migration notes are designed for users migrating from Akka 2.6 to Pekko 1. Data persisted with "akka-persistence" is usable with "pekko-persistence" and vice versa (@ref:[Persistence](../persistence.md)). There is one [issue](https://github.com/apache/pekko/pull/837) that is fixed in v1.0.3 (related to persisted snapshots - for which there is a [workaround](https://github.com/scullxbones/pekko-persistence-mongo/pull/14#issuecomment-1847223850)). -Early releases of Apache Pekko could not be used to allow Akka and Pekko nodes to combine to form a @ref:[cluster](../cluster-usage.md). Newer versions @ref:[release](../release-notes/index.md) have experimental support that we would appreciate users to try out in test environments ([wiki page](https://cwiki.apache.org/confluence/display/PEKKO/Pekko+Akka+Compatibility)). +Early releases of Apache Pekko could not be used to allow Akka and Pekko nodes to combine to form a @ref:[cluster](../cluster-usage.md). Newer @ref:[releases](../release-notes/index.md) have experimental support that we would appreciate users to try out in test environments ([wiki page](https://cwiki.apache.org/confluence/display/PEKKO/Pekko+Akka+Compatibility)).