diff --git a/akka-docs/rst/additional/faq.rst b/akka-docs/rst/additional/faq.rst index d53754e747..0af3dfefd8 100644 --- a/akka-docs/rst/additional/faq.rst +++ b/akka-docs/rst/additional/faq.rst @@ -73,7 +73,7 @@ mailboxes and thereby filling up the heap memory. Some articles for inspiration: * `Balancing Workload across Nodes with Akka 2 `_. -* `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work `_ +* `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work `_ Actors Scala API ^^^^^^^^^^^^^^^^ diff --git a/akka-docs/rst/scala/howto.rst b/akka-docs/rst/scala/howto.rst index 7c1c8197e5..4e53762784 100644 --- a/akka-docs/rst/scala/howto.rst +++ b/akka-docs/rst/scala/howto.rst @@ -45,7 +45,7 @@ eventually become too full. It also let’s you distribute work around your clus scale dynamically scale and is completely non-blocking. This pattern is a specialisation of the above 'Balancing Workload Pattern'." -The pattern is described `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work `_. +The pattern is described `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work `_. Ordered Termination ===================