# HG changeset patch # User Paul Boddie # Date 1630259322 -7200 # Node ID 23412250df9b9a524f823a4dcd373d7b9c4fb693 # Parent 6e348c62a3b5ab3aea29f302f25234b9d01c4061 Added missing graph edge. diff -r 6e348c62a3b5 -r 23412250df9b docs/wiki/Components --- a/docs/wiki/Components Sat Aug 28 22:41:28 2021 +0200 +++ b/docs/wiki/Components Sun Aug 29 19:48:42 2021 +0200 @@ -52,7 +52,7 @@ MappedFile; } - Client1 -> Client2 -> Client3 -> Client4 -> Client5 -> Client6 [arrowhead=none,style=dotted]; + Client1 -> Client2 -> Client3 -> Client4 -> Client5 -> Client6 -> Client7 [arrowhead=none,style=dotted]; Opener1 -> Opener2 [arrowhead=none,style=dotted]; OpenerContext1 -> OpenerContext2 -> OpenerContext3 [arrowhead=none,style=dotted];