From defe2bacf92b33e445169fd7adc16a0b5f1eb0f4 Mon Sep 17 00:00:00 2001 From: Heril Muratovic Date: Sun, 5 Dec 2021 18:42:52 +0100 Subject: [PATCH] Image path fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af655a4..de57847 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ We could say that actors are the environment of the application. Actors are arranged around the hexagon depending on who triggers the interaction between the application and the actor. ### Hexagonal architecture schema -![alt text](https://github.com/hedza06/hexagonal-spring/resources/data/hex-schema.png) +![alt text](https://github.com/hedza06/hexagonal-spring/blob/master/src/main/resources/data/hex-schema.png) ### Ports The interactions between actors and the application are organized at the hexagon boundary by the reason why they