Skip to content

Commit

Permalink
docs: fix reference to multiplexer image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gl3nng0uld committed Jan 16, 2025
1 parent 6e4ba0c commit 3beda8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-components-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ An AEA runs and manages `Connections` via a `Multiplexer`.

### Multiplexer

<img src="../assets/multiplexer.png" alt="Multiplexer of an AEA" class="center" style="display: block; margin-left: auto; margin-right: auto;width:50%;">
<img src="../assets/multiplexer_.png" alt="Multiplexer of an AEA" class="center" style="display: block; margin-left: auto; margin-right: auto;width:50%;">

The <a href="../api/multiplexer#multiplexer-objects">`Multiplexer`</a> is responsible for maintaining (potentially multiple) `Connections`.

Expand Down

0 comments on commit 3beda8f

Please sign in to comment.