diff --git a/akka-docs/src/main/paradox/serialization.md b/akka-docs/src/main/paradox/serialization.md index 0a6037113f..6e1fa47180 100644 --- a/akka-docs/src/main/paradox/serialization.md +++ b/akka-docs/src/main/paradox/serialization.md @@ -257,9 +257,7 @@ It must still be possible to deserialize the events that were stored with the ol ## External Akka Serializers -* [Akka-quickser by Roman Levenstein](https://github.com/romix/akka-quickser-serialization) - -* [Akka-kryo by Roman Levenstein](https://github.com/romix/akka-kryo-serialization) +* [Kryo serializer for Akka](https://github.com/altoo-ag/akka-kryo-serialization) * [Twitter Chill Scala extensions for Kryo](https://github.com/twitter/chill)