diff options
Diffstat (limited to 'doc/dev/architecture.rst')
-rw-r--r-- | doc/dev/architecture.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dev/architecture.rst b/doc/dev/architecture.rst index ba281f9d..79084e5b 100644 --- a/doc/dev/architecture.rst +++ b/doc/dev/architecture.rst @@ -4,7 +4,7 @@ System architecture Knot Resolver is split into several components, namely the manager, ``kresd`` and the garbage collector. In addition to these custom components, we also rely on `supervisord <http://supervisord.org/>`_. -.. image:: architecture-supervisor.svg +.. image:: ../architecture-schema.svg :width: 100% :alt: Diagram showing process tree and contol relationship between Knot Resolver components. Supervisord is a parent to all processes, namely manager, kresd instances and gc. Manager on the other hand controls every other component and what it does. @@ -45,4 +45,4 @@ You can learn more about architecture of individual Resolver components in the f architecture-manager architecture-kresd - architecture-gc
\ No newline at end of file + architecture-gc |