DOC: Minor improvement of remote docs

This commit is contained in:
Patrik Nordwall 2012-01-05 09:31:21 +01:00
parent 4f778e826d
commit 1850f6e5b7
4 changed files with 29 additions and 29 deletions

View file

@ -21,7 +21,7 @@ Usage
Configuration
-------------
For Akka to know which ``Serializer`` to use for what, you need edit your Akka Configuration,
For Akka to know which ``Serializer`` to use for what, you need edit your :ref:`configuration`,
in the "akka.actor.serializers"-section you bind names to implementations of the ``akka.serialization.Serializer``
you wish to use, like this:
@ -90,5 +90,5 @@ which is done by extending ``akka.serialization.JSerializer``, like this:
:include: imports,my-own-serializer
:exclude: ...
Then you only need to fill in the blanks, bind it to a name in your Akka Configuration and then
Then you only need to fill in the blanks, bind it to a name in your :ref:`configuration` and then
list which classes that should be serialized using it.