Skip to content

Commit

Permalink
broken migration guide links (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Sep 16, 2024
1 parent 95fd112 commit ecaa225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/migration.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/release-notes/releases-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ecaa225

Please sign in to comment.