diff --git a/doc/FAQ.html b/doc/FAQ.html
index 94e0132f..26934936 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -912,6 +912,7 @@ Please see the guide for translators at:
The latest "official" release of LameXP can be found on the following mirrors:
@@ -938,10 +939,11 @@ application framework and offers full Unicode support. For the time being LameXP
Where can I find the LameXP source code?
LameXP is developed using the Git revision control system. You can access one of the public mirrors:
+- git clone git://git.code.sf.net/p/lamexp/code lamexp-src (Browse)
+
- git clone git://git.berlios.de/lamexp lamexp-src (Browse)
- git clone https://github.com/lordmulder/LameXP.git lamexp-src (Browse)
- git clone https://bitbucket.org/lord_mulder/lamexp.git lamexp-src (Browse)
-
- git clone http://git.code.sf.net/p/lamexp/code lamexp-src (Browse)
-
- git clone https://git.gitorious.org/lamexp/lamexp.git lamexp-src (Browse)
+- git clone git://gitorious.org/lamexp/lamexp.git lamexp-src (Browse)
In case you are new to Git or want to extend your knowledge, have a look at the Pro Git book by Scott Chacon!
For Windows users, we highly recommend using MSYS Git in conjunction with the superb Tortoise Git front-end.