Skip to content

Commit

Permalink
Link to Persistence docs from plugins sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jan 10, 2024
1 parent 76fef1b commit d40e365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This repository will release to https://repo.akka.io/maven.

1. To initiate a release push a tag prefixed with `v`, i.e. `v22.10.0`.
1. Update the "current" link on Gustav. `ln -snf ${VERSION} current`
1. Update example projects referencing this BOM.
* https://github.com/akka/akka-platform-guide

Expand Down
6 changes: 3 additions & 3 deletions docs/src/main/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Check the [documentation](https://doc.akka.io/docs/akka-http/current/) to learn
}

## Akka Persistence plugin for Cassandra $akka-persistence-cassandra.version$
The Akka Persistence Cassandra plugin allows for using Apache Cassandra as a backend for Akka Persistence and Akka Persistence Query.
The Akka Persistence Cassandra plugin allows for using Apache Cassandra as a backend for [Akka Persistence](https://doc.akka.io/docs/akka/current/typed/index-persistence.html) and [Akka Persistence Query](https://doc.akka.io/docs/akka/current/persistence-query.html).

[Documentation](https://doc.akka.io/docs/akka-persistence-cassandra/current/)

Expand All @@ -233,7 +233,7 @@ The Akka Persistence Cassandra plugin allows for using Apache Cassandra as a bac
}

## Akka Persistence plugin for JDBC $akka-persistence-jdbc.version$
The Akka Persistence JDBC plugin allows for using JDBC-compliant databases as backend for Akka Persistence and Akka Persistence Query.
The Akka Persistence JDBC plugin allows for using JDBC-compliant databases as backend for [Akka Persistence](https://doc.akka.io/docs/akka/current/typed/index-persistence.html) and [Akka Persistence Query](https://doc.akka.io/docs/akka/current/persistence-query.html).

[Documentation](https://doc.akka.io/docs/akka-persistence-jdbc/current/)

Expand All @@ -244,7 +244,7 @@ The Akka Persistence JDBC plugin allows for using JDBC-compliant databases as ba
}

## Akka Persistence plugin for R2DBC $akka-persistence-r2dbc.version$
The Akka Persistence R2DBC plugin allows for using SQL database with R2DBC as a backend for Akka Persistence.
The Akka Persistence R2DBC plugin allows for using SQL database with R2DBC as a backend for [Akka Persistence](https://doc.akka.io/docs/akka/current/typed/index-persistence.html) and [Akka Persistence Query](https://doc.akka.io/docs/akka/current/persistence-query.html).

[Documentation](https://doc.akka.io/docs/akka-persistence-r2dbc/current/)

Expand Down

0 comments on commit d40e365

Please sign in to comment.