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-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 5869d53 broken link in migration docs (#224)
5869d53 is described below
commit 5869d5386e0f0db62e0f104909db70443a7c0edf
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 10:34:01 2024 +0100
broken link in migration docs (#224)
---
docs/src/main/paradox/migrations.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/migrations.md
b/docs/src/main/paradox/migrations.md
index d340dec..8c64fba 100644
--- a/docs/src/main/paradox/migrations.md
+++ b/docs/src/main/paradox/migrations.md
@@ -1,7 +1,7 @@
# Migration
* Before migrating to Apache Pekko Persistence Cassandra, ensure that you have
[migrated](https://doc.akka.io/docs/akka-persistence-cassandra/1.0.6/migrations.html)
to akka-persistence-cassandra 1.0.6
-* The core [Pekko migration
guide](https://pekko.apache.org/docs/pekko/current/project/migration-guides.html)
is also worth reading.
+* The core [Pekko migration
guide](https://pekko.apache.org/docs/pekko/1.0/project/migration-guides.html)
is also worth reading.
* Note that this project uses the `pekko`
[keyspace](https://cassandra.apache.org/_/glossary.html#keyspace) instead of
`akka`.
## Keyspaces
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 c1b0171..56aff18 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]