From d6a531882c47500e6a06983d055611e8f1659c0b Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 30 Sep 2020 21:05:47 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 524aa7ca..122396d9 100644 --- a/README.rst +++ b/README.rst @@ -116,7 +116,7 @@ This place is called **the container**. You use the container to manage all 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:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-map.svg +.. figure:: ./main.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.*