diff --git a/docs/src/main/paradox/configuration.md b/docs/src/main/paradox/configuration.md index fab0674e..472ef722 100644 --- a/docs/src/main/paradox/configuration.md +++ b/docs/src/main/paradox/configuration.md @@ -145,4 +145,4 @@ pekko-persistence-jdbc { ## Explicitly shutting down the database connections The plugin automatically shuts down the HikariCP connection pool when the ActorSystem is terminated. -This is done using @apidoc[ActorSystem.registerOnTermination](ActorSystem). +This is done using @apidoc[org.apache.pekko.actor.ActorSystem.registerOnTermination](ActorSystem).