diff --git a/akka-docs/rst/java/routing.rst b/akka-docs/rst/java/routing.rst index 071788432e..f0aa17cd80 100644 --- a/akka-docs/rst/java/routing.rst +++ b/akka-docs/rst/java/routing.rst @@ -545,7 +545,7 @@ a resizer. .. note:: Brendan W McAdams' excellent blog post `Distributing Akka Workloads - And Shutting Down Afterwards - `_ + `_ discusses in more detail how ``PoisonPill`` messages can be used to shut down routers and routees. Kill Messages @@ -778,4 +778,4 @@ implement the method in a suitable way. It is not allowed to configure the ``routerDispatcher`` to be a :class:`akka.dispatch.BalancingDispatcherConfigurator` since the messages meant for the special router actor cannot be processed by any other actor. - \ No newline at end of file + diff --git a/akka-docs/rst/scala/routing.rst b/akka-docs/rst/scala/routing.rst index 071e9600e8..bc02284ff6 100644 --- a/akka-docs/rst/scala/routing.rst +++ b/akka-docs/rst/scala/routing.rst @@ -544,7 +544,7 @@ a resizer. .. note:: Brendan W McAdams' excellent blog post `Distributing Akka Workloads - And Shutting Down Afterwards - `_ + `_ discusses in more detail how ``PoisonPill`` messages can be used to shut down routers and routees. Kill Messages