diff --git a/README.md b/README.md
index 352a69de8e62fc8074c945c85150a3f9b78e0901..f9fca60b6ac417bfd8d3aeaf34105b84064ef2e8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Java Pro - Dependency Injector TP
 
 ## Class diagram
-![Class diagram](https://gitlab.isima.fr/bajuglair/DI-Container/-/blob/master/class_diagram.png?raw=true)
+![alt_text](https://gitlab.isima.fr/bajuglair/DI-Container/-/raw/7134d9b58aa2aadd2a73bc68deafa12b1861c596/class_diagram.png)
 
 The BasicRestaurant, Bakery and Restaurant classes use the Annotations @Autowired, @Unique and @Tag to represent different scenario for the container to handle.