From 703b3680db31c24d19ad22bd6e92f9ea0ee0c962 Mon Sep 17 00:00:00 2001
From: Nicolas Castejon <castejon.nicolas@gmail.com>
Date: Mon, 3 Jun 2019 15:08:49 +0200
Subject: [PATCH] Update organizations.md

---
 architecture/services/organizations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/architecture/services/organizations.md b/architecture/services/organizations.md
index 6d36cfb..b2e8993 100644
--- a/architecture/services/organizations.md
+++ b/architecture/services/organizations.md
@@ -8,7 +8,7 @@ In our application, one organization is usually a provider of data, used in the
 
 ## How it works
 
-![Diagram](/assets/organization-service.svg)
+![organizations-image](/assets/organization-service.svg)
 
 The entrypoint of the service is a REST API provided by a [NestJS](https://github.com/nestjs/nest) application. This backend application interacts with a PostgresSQL database through an ORM called [TypeORM](https://github.com/typeorm/typeorm).
 
-- 
GitLab