diff --git a/docs/PersistentActor.md b/docs/PersistentActor.md index 98baee7..4c04e6d 100644 --- a/docs/PersistentActor.md +++ b/docs/PersistentActor.md @@ -7,7 +7,7 @@ to derived actors using eventsourcing. - `InterfacedActor` = the interfaced class of `UntypedActor` - `InterfacedPersistentActor` = the interfaced class of `UntypedPersistentActor` -If you are not familar `Akka.Persistence`, read [Persistent Actors](http://getakka.net/docs/persistence/persistent-actors) +If you are not familar `Akka.Persistence`, read [Persistence](https://getakka.net/articles/persistence/architecture.html) #### Example