From 598821e865a40b734b74b3292e8f3eaba4bb070b Mon Sep 17 00:00:00 2001 From: Luka Matijevic Date: Fri, 15 Mar 2019 13:06:52 +0100 Subject: [PATCH] docs: fixed message routing example description Message routing example description does not match given diagram. --- docs/howitworks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index f9fdd7a1..b4a53810 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -572,10 +572,10 @@ to receive a message from a newly constructed child before receiving a corresponding ``ADD_ROUTE`` sent by the child's parent, describing how to reply to it. -When ``sudo:node22a:webapp`` wants to send a message to -``sudo:node12b:webapp``, the message will be routed as follows: +When ``sudo:node12b:webapp`` wants to send a message to +``sudo:node22a:webapp``, the message will be routed as follows: -``sudo:node22a:webapp -> node22a -> rack22 -> dc2 -> bastion -> dc1 -> rack12 -> node12b -> sudo:node12b:webapp`` +``sudo:node12b:webapp -> node12b -> rack12 -> dc1 -> bastion -> dc2 -> rack22 -> node22a -> sudo:node22a:webapp`` .. image:: images/route.svg :class: mitogen-full-width