From 5ada87060b00e1e7754ad000b8b7acc40c3c2427 Mon Sep 17 00:00:00 2001 From: Robert Simpson Date: Fri, 8 Dec 2023 22:25:39 +0000 Subject: [PATCH] fix: link to raw content change from master to main Signed-off-by: Robert Simpson --- docs/GettingStartedAriesDev/RoutingEncryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStartedAriesDev/RoutingEncryption.md b/docs/GettingStartedAriesDev/RoutingEncryption.md index a714f1b562..20409f5dad 100644 --- a/docs/GettingStartedAriesDev/RoutingEncryption.md +++ b/docs/GettingStartedAriesDev/RoutingEncryption.md @@ -8,7 +8,7 @@ Many Aries edge agents do not directly receive messages from a peer edge agent - Thus, when a DIDComm message is sent from one edge agent to another, it is routed per the instructions of the receiver and for the needs of the sender. For example, in the following picture, Alice might be told by Bob to send messages to his phone (agent 4) via agents 9 and 3, and Alice might always send out messages via agent 2. -![image](https://github.com/hyperledger/aries-rfcs/raw/master/features/0067-didcomm-diddoc-conventions/domains.jpg) +![image](https://github.com/hyperledger/aries-rfcs/raw/main/features/0067-didcomm-diddoc-conventions/domains.jpg) The following looks at how those requirements are met with mediators (for example, agents 9 and 3) and relays (agent 2).