From 76e81e1cf0681e47906a9a3897dc78604537cf50 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 3 May 2021 10:13:55 +0100 Subject: [PATCH] fix duplex connection diagram link --- protocol/agent-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/agent-protocol.md b/protocol/agent-protocol.md index 82de63c5a..449747e69 100644 --- a/protocol/agent-protocol.md +++ b/protocol/agent-protocol.md @@ -61,7 +61,7 @@ SMP agent protocol has 3 main parts: ## Duplex connection procedure -![Duplex connection procedure](/diagrams/duplex-messaging/duplex-creating.svg) +![Duplex connection procedure](./diagrams/duplex-messaging/duplex-creating.svg) The procedure of establishing a duplex connection is explained on the example of Alice and Bob creating a bi-directional connection comprised of two unidirectional (simplex) queues, using SMP agents (A and B) to facilitate it, and two different SMP servers (which could be the same server). It is shown on the diagram above and has these steps: