From a0319af3b3c3c45e78384483b15914ff35bf112c Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Sat, 4 Apr 2026 22:09:20 +0200 Subject: [PATCH] Fix: Revert and use relative path instead --- documents/docs/networking/commands/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/docs/networking/commands/README.md b/documents/docs/networking/commands/README.md index 8058c4b..7759c75 100644 --- a/documents/docs/networking/commands/README.md +++ b/documents/docs/networking/commands/README.md @@ -6,7 +6,7 @@ Each command consists of four classes: a **Parser**, a **Request**, a **Handler* The infrastructure for routing and dispatching commands lives in the `network/` layer and is intentionally kept generic. The concrete implementations for each command live in `app/commands/` and are wired together at startup in `ServerApp`. -Overview of all components directly related to executing requests +![Overview of all components directly related to executing requests](../../../images/docs/networking/commands/overview.svg) ## Contents ### Guides