From 09d5d70a4bf06f9340284c6e356b37bff64c4388 Mon Sep 17 00:00:00 2001
From: "Querejeta Lomas, Leire" <leire.querejeta@tecnalia.com>
Date: Tue, 30 Aug 2022 10:47:54 +0200
Subject: [PATCH] Reemplazar README.md

---
 src/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/README.md b/src/README.md
index 056cd0b..777eea6 100644
--- a/src/README.md
+++ b/src/README.md
@@ -7,7 +7,7 @@ This folder contains all the needed components to write and run applications whi
 The CLASS_SW is divided in two parts: CLASS_SERVER and CLASS_CLIENT. The CLASS_SERVER connects to the CLASS_DEVICE via Bluetooth (BT) and allows a CLASS_CLIENT for interacting with it. The CLASS_SERVER and the CLASS_CLIENT could be in the same or different host and the communication between them is through UDP. The CLASS_CLIENT applications will make use of the provided CLASS_API in order to connect to the CLASS_SERVER and be able to send commands to CLASS_DEVICE and receive messages from it.
 
 <p align="center">
-  <img width="600" height="300" src="../src/docs/images/SW_arch.png" alt="SW Architecture">
+  <img width="600" height="300" src="./docs/images/SW_arch.png" alt="SW Architecture">
 </p>
 
 >NOTE: CLASS_SW components have been programmed to be cross-platform (Windows and Linux). However, they have been only tested on Windows for the moment.
@@ -40,7 +40,7 @@ The API has been developed to be used from different languages. More information
 <hr>
 <p align="center">
   <a href="https://www.tecnalia.com">
-    <img width="200" height="60" src="../src/docs/images/tecnalia.jpg" alt="Tecnalia">
+    <img width="200" height="60" src="./docs/images/tecnalia.jpg" alt="Tecnalia">
   </a>
 </p>
 <p align="center">
-- 
GitLab