From 78eb4c7249e6ed7f786e0f5e6cbf4ab6d790cbe0 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 7 Jul 2020 16:34:54 -0400 Subject: [PATCH] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d9a69520..a76c4f19 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,8 @@ Why do I need it? With the ``Dependency Injector`` you keep **application structure in one place**. This place is called **the container**. You use the container to manage all the components of the application. All the component dependencies are defined explicitly. This provides the control on the application structure. It is **easy to understand and change** it. -.. figure:: ./di-map5.svg +.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-map.svg + :target: https://github.com/ets-labs/python-dependency-injector *The container is like a map of your application. You always know what depends on what.*