diff --git a/COSI-Measure/External_Control_Scripts/Readme.md b/COSI-Measure/External_Control_Scripts/Readme.md
index eb6a478d8ee1d02a4083c3a4a20db6a264ec6817..3518f5e788f7db7d04030950ce6f5b76c3cbc396 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/Instructions1.png). 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.png](./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/Instructions2.png)
+If you see ($1=0). Then, it should be successfull. [Instructions2.png](./COSI-Measure/External_Control_Scripts/Conn_Reset_Instructions2.jpg.png)
 
 “OK” command can be sent for a connection check. COSI Measure will respond with an “ok” message if the connection is established.