From 04d9e994c897e11d8c9e5a98ee63e6dfffa9052f Mon Sep 17 00:00:00 2001
From: KADDOUR Sidi Mohammed <sidi-mohammed.kaddour@inria.fr>
Date: Fri, 20 Dec 2024 12:16:03 +0100
Subject: [PATCH] update readme.md

---
 readme.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/readme.md b/readme.md
index 9066721..2db90b9 100644
--- a/readme.md
+++ b/readme.md
@@ -330,19 +330,19 @@ services:
 2. **Access the services**:
 
    - Access Jaeger UI: [http://localhost:16686](http://localhost:16686)  
-     ![Jaeger UI](image/jaeger-ui-image.png)
+     ![Jaeger UI](images/jaeger-ui-image.png)
 
    - Access Zipkin UI: [http://localhost:9411](http://localhost:9411)  
-     ![Zipkin UI](image/zipkin-ui-image.png)
+     ![Zipkin UI](images/zipkin-ui-image.png)
 
    - Access Prometheus UI: [http://localhost:9090](http://localhost:9090)  
-     ![Prometheus UI](image/to/prometheus-ui-image.png)
+     ![Prometheus UI](images/prometheus-ui-image.png)
 
    - Access cAdvisor UI: [http://localhost:8080](http://localhost:8080)  
-     ![cAdvisor UI](image/cadvisor-ui-image.png)
+     ![cAdvisor UI](images/cadvisor-ui-image.png)
 
    - Access Object Recognizer Interface: [http://localhost:5000](http://localhost:5000)  
-     ![Object Recognizer Interface](image/object-recognizer-image.png)
+     ![Object Recognizer Interface](images/object-recognizer-ui-image.png)
 
 ## **Deploying on K3S using Enoslib on Grid'5000**
 
-- 
GitLab