Merge pull request #19854 from johanandren/typesafe-lightbend-name-change-johanandren

Update copyrights and links to the new company name #19851
This commit is contained in:
Johan Andrén 2016-02-23 16:37:33 +01:00
commit ddcfb5e4d0
2020 changed files with 2139 additions and 2103 deletions

View file

@ -125,8 +125,8 @@ and the actor will unconditionally be stopped. If persistence of an event is rej
stored, e.g. due to serialization error, ``onPersistRejected`` will be invoked (logging a warning
by default), and the actor continues with next message.
The easiest way to run this example yourself is to download `Typesafe Activator <http://www.typesafe.com/platform/getstarted>`_
and open the tutorial named `Akka Persistence Samples in Java with Lambdas <http://www.typesafe.com/activator/template/akka-sample-persistence-java-lambda>`_.
The easiest way to run this example yourself is to download `Lightbend Activator <http://www.lightbend.com/platform/getstarted>`_
and open the tutorial named `Akka Persistence Samples in Java with Lambdas <http://www.lightbend.com/activator/template/akka-sample-persistence-java-lambda>`_.
It contains instructions on how to run the ``PersistentActorExample``.
.. note::