From 566dff9eb1f60a8c25c76d6dbf2b9834ae5e3cc0 Mon Sep 17 00:00:00 2001
From: Berk Silemek <berk.silemek@gmail.com>
Date: Mon, 9 Jan 2023 17:26:56 +0000
Subject: [PATCH] Update COSI-Measure/External_Control_Scripts/Readme.md

---
 COSI-Measure/External_Control_Scripts/Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/COSI-Measure/External_Control_Scripts/Readme.md b/COSI-Measure/External_Control_Scripts/Readme.md
index 3518f5e..d2b802e 100644
--- a/COSI-Measure/External_Control_Scripts/Readme.md
+++ b/COSI-Measure/External_Control_Scripts/Readme.md
@@ -17,14 +17,14 @@ The first one is for submillimeter precision is 2, first 3 digits are the coordi
 ```console
 netstat -tulnap  
 ```
-Then, find the PID number of python program that has the IP number “192.168.101.253”. E.g., it is 2571/python : [Instructions1.png](./COSI-Measure/External_Control_Scripts/Conn_Reset_Instructions1.jpg). Type
+Then, find the PID number of python program that has the IP number “192.168.101.253”. E.g., it is 2571/python : [Instructions1](./COSI-Measure/External_Control_Scripts/Conn_Reset_Instructions1.jpg). Type
 ```console
 gdb -p PORTNUMBER #(e.g., gdb -p 2571)
 #This will attach to the process and open GDB server. Type:
 call close() 
 quit
 ```
-If you see ($1=0). Then, it should be successfull. [Instructions2.png](./COSI-Measure/External_Control_Scripts/Conn_Reset_Instructions2.jpg.png)
+If you see ($1=0). Then, it should be successfull. [Instructions2](./COSI-Measure/External_Control_Scripts/Conn_Reset_Instructions2.jpg)
 
 “OK” command can be sent for a connection check. COSI Measure will respond with an “ok” message if the connection is established. 
 
-- 
GitLab