From 88860bcb93e9d8d56ce3aa71d39f05f703fe1819 Mon Sep 17 00:00:00 2001 From: joowon Date: Mon, 27 Aug 2018 15:15:07 +0900 Subject: [PATCH] Update PersistentActor.md Update getakka.net document link --- docs/PersistentActor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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