diff --git a/architecture/services/organizations.md b/architecture/services/organizations.md
index b2e899337465574a7bd6aaa322db6c3339d9de66..c47e5225524297d352e3b27fb5e38dc133cb4800 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
 
-![organizations-image](/assets/organization-service.svg)
+![organizations-service](/assets/organizations-service.png)
 
 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).
 
diff --git a/assets/organizations-service.png b/assets/organizations-service.png
new file mode 100644
index 0000000000000000000000000000000000000000..5f308487208091c10899f5687377c3d062d75681
Binary files /dev/null and b/assets/organizations-service.png differ