Preparing for release v1.7.3
[geeqie.git] / README.md
index 24957ca..018c231 100644 (file)
--- a/README.md
+++ b/README.md
@@ -118,13 +118,13 @@ The second script will run only on Debian-based system, but will fulfil all depe
 To get the script, from the command line type:
 
 ```sh
-wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/web/geeqie-install-debian.sh
+wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/geeqie-install-debian.sh
 chmod +x geeqie-install-debian.sh
 ```
 
 If you wish to compile the sources yourself you may download the latest version (if you have installed git) from here:
 
-Either: `git clone git://www.geeqie.org/geeqie.git`
+Either: `git clone git://git.geeqie.org/geeqie.git`
 
 Or: `git clone http://git.geeqie.org/git/geeqie.git`
 
@@ -145,7 +145,7 @@ Removal: `[sudo] make uninstall`
 
 The zip and gzip files at geeqie.org and GitHub contain only the sources - they cannot, by themselves, be used to install Geeqie.
 
-It is recommended to always use `git clone  git://www.geeqie.org/geeqie.git` to download Geeqie. After installing Geeqie you may delete the folder you have cloned Geeqie into.
+It is recommended to always use `git clone  git://git.geeqie.org/geeqie.git` to download Geeqie. After installing Geeqie you may delete the folder you have cloned Geeqie into.
 
 However if you leave the folder intact, whenever new features or patches are available, execute:
 
@@ -166,7 +166,7 @@ And either the ChangeLog file or [Geeqie ChangeLog](http://geeqie.org/cgi-bin/gi
 Required libraries for a Debian installation may be listed by:
 
 ```sh
-wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/web/geeqie-install-debian.sh
+wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/geeqie-install-debian.sh
 chmod +x geeqie-install-debian.sh
 ./geeqie-install-debian.sh --list
 ```