diff --git a/doc/FAQ.html b/doc/FAQ.html index c4eb1d72..86244014 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -1076,7 +1076,9 @@ LameXP is developed using the git clone https://git01.codeplex.com/lamexp lamexp-src (Browse)
  • git clone https://bitbucket.org/lord_mulder/lamexp.git lamexp-src (Browse)
  • git clone git://gitorious.org/lamexp/lamexp.git lamexp-src (Browse) -
  • git clone git://git.assembla.com/lamexp.git lamexp-src (Browse) +
  • git clone git://git.assembla.com/lamexp.git lamexp-src (Browse) +
  • git clone git://repo.or.cz/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.

    diff --git a/src/Thread_CheckUpdate.cpp b/src/Thread_CheckUpdate.cpp index 16f34d34..4389fb50 100644 --- a/src/Thread_CheckUpdate.cpp +++ b/src/Thread_CheckUpdate.cpp @@ -57,7 +57,6 @@ static const char *update_mirrors_prim[] = "http://muldersoft.kilu.de/", "http://muldersoft.zxq.net/", "http://lamexp.sourceforge.net/", - "http://lamexp.berlios.de/", "http://lordmulder.github.io/LameXP/", "http://lord_mulder.bitbucket.org/", "http://www.tricksoft.de/",