From b9b1bf17497575d5d182e2bb3619d6d0a76c8f2f Mon Sep 17 00:00:00 2001 From: gosubpl Date: Wed, 1 Jun 2016 22:28:09 +0200 Subject: [PATCH] doc #20672 pulling pattern link broken (#20686) * trailing slash removed from link * broken link to akka-work-pulling-pattern also fixed in faq --- akka-docs/rst/additional/faq.rst | 2 +- akka-docs/rst/scala/howto.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ===================