=doc clean up what-is-akka.rst and switch to www.typesafe.com

the latter is necessary because of broken DNS requirements which make
apex domains brittle (since they must resolve to an A record with a
single IP)
This commit is contained in:
Roland Kuhn 2014-03-13 08:54:41 +01:00
parent 05578f564e
commit 98c282f115
28 changed files with 108 additions and 138 deletions

View file

@ -465,8 +465,8 @@ the ``persist`` call and the execution(s) of the associated event handler. This
calls in context of a single command. The example also shows how to switch between command different command handlers
with ``context().become()`` and ``context().unbecome()``.
The easiest way to run this example yourself is to download `Typesafe Activator <http://typesafe.com/platform/getstarted>`_
and open the tutorial named `Akka Persistence Samples with Java <http://typesafe.com/activator/template/akka-sample-persistence-java8>`_.
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 with Java <http://www.typesafe.com/activator/template/akka-sample-persistence-java8>`_.
It contains instructions on how to run the ``EventsourcedExample``.
Reliable event delivery