From 3beda8f04b074407173c34958a312c1c58243ef6 Mon Sep 17 00:00:00 2001 From: gl3nng0uld Date: Thu, 16 Jan 2025 21:00:01 +0100 Subject: [PATCH] docs: fix reference to multiplexer image In the documentation page `core-components-1.md`, the multiplexer image pointed to path `../assets/multiplexer.png`, but this path does not exist. Instead, it should point to the file `../assets/multiplexer_.png`. This commit fixes the reference to the image. --- docs/core-components-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-components-1.md b/docs/core-components-1.md index 410d0b3d3d..60b03ff2ec 100644 --- a/docs/core-components-1.md +++ b/docs/core-components-1.md @@ -50,7 +50,7 @@ An AEA runs and manages `Connections` via a `Multiplexer`. ### Multiplexer -Multiplexer of an AEA +Multiplexer of an AEA The `Multiplexer` is responsible for maintaining (potentially multiple) `Connections`.