Fix: Revert and use relative path instead
This commit is contained in:
@@ -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 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`.
|
The concrete implementations for each command live in `app/commands/` and are wired together at startup in `ServerApp`.
|
||||||
|
|
||||||
<img src="../../../images/docs/networking/commands/overview.svg" alt="Overview of all components directly related to executing requests" />
|

|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
### Guides
|
### Guides
|
||||||
|
|||||||
Reference in New Issue
Block a user