This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new ecaa225 broken migration guide links (#226)
ecaa225 is described below
commit ecaa2258a6113d90ae0f8219c9d3bdf8f1b650dd
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 10:29:29 2024 +0100
broken migration guide links (#226)
---
docs/src/main/paradox/migration.md | 2 +-
docs/src/main/paradox/release-notes/releases-1.0.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/main/paradox/migration.md
b/docs/src/main/paradox/migration.md
index 77022d3..793f4af 100644
--- a/docs/src/main/paradox/migration.md
+++ b/docs/src/main/paradox/migration.md
@@ -1,4 +1,4 @@
# Migration
* If you are looking to migrate from [Akka Persistence
JDBC](https://doc.akka.io/docs/akka-persistence-jdbc/current/migration.html),
you should upgrade to v5.1.x before attempting to migrate to Pekko's equivalent.
-* The [Pekko Migration
Guide](https://pekko.apache.org/docs/pekko/current/project/migration-guides.html)
is a good summary of the changes that you need to make when switching from
Akka to Pekko.
+* The [Pekko Migration
Guide](https://pekko.apache.org/docs/pekko/1.0/project/migration-guides.html)
is a good summary of the changes that you need to make when switching from Akka
to Pekko.
diff --git a/docs/src/main/paradox/release-notes/releases-1.0.md
b/docs/src/main/paradox/release-notes/releases-1.0.md
index 038a3e1..35a003a 100644
--- a/docs/src/main/paradox/release-notes/releases-1.0.md
+++ b/docs/src/main/paradox/release-notes/releases-1.0.md
@@ -9,7 +9,7 @@ Apache Pekko has changed the package names, among other
changes. The new package
Config names have changed to use `pekko` instead of `akka` in their names.
-Users switching from Akka to Pekko should read our [Migration
Guide](https://pekko.apache.org/docs/pekko/current/project/migration-guides.html).
+Users switching from Akka to Pekko should read our [Migration
Guide](https://pekko.apache.org/docs/pekko/1.0/project/migration-guides.html).
Generally, we have tried to make it as easy as possible to switch existing
Akka based projects over to using Pekko.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]