Update README file due to git repositories path changes
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 24 Jan 2023 13:22:27 +0000 (14:22 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 24 Jan 2023 13:22:27 +0000 (14:22 +0100)
README

diff --git a/README b/README
index b14eff0..f74932a 100644 (file)
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ an example from apps/[module name]/ to the name you want and start coding.
 
 The examples git repository can be cloned from our server by using the
 following command when in the "app" directory :
- git clone git://git.techno-innov.fr/lpc122x_examples examples
+ git clone git://git.techno-innov.fr/soft/lpc122x/examples examples
 
 
 ********************
@@ -59,9 +59,9 @@ usage of the generated binary.
 
 To flash the binary (the file ending with ".bin") to the embedded LPC Flash you
 will need the lpctool package, now packaged for Debian (starting with Jessie),
-or available in our git repository : http://git.techno-innov.fr/lpctools (Clone
-using : git clone http://gitclone.techno-innov.fr/lpctools and then build
-(make) and use :)
+or available in our git repository : http://git.techno-innov.fr/soft/lpctools
+(Clone using : git clone http://gitclone.techno-innov.fr/soft/lpctools and then
+build (make) and use :)
 Usual command lines :
    lpcprog -d /dev/ttyUSB0 -c id
    lpcprog -d /dev/ttyUSB0 -c flash app_name.bin