From 0ea6151bf72079f3de85f7e814255d343906c794 Mon Sep 17 00:00:00 2001
From: Malo <mtc@kereval.com>
Date: Tue, 13 Apr 2021 14:56:17 +0200
Subject: [PATCH] XDStar-Client: update svn urls

---
 XDStar-Client/installation.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/XDStar-Client/installation.md b/XDStar-Client/installation.md
index 0fec127..7e2b709 100644
--- a/XDStar-Client/installation.md
+++ b/XDStar-Client/installation.md
@@ -50,11 +50,11 @@ All these steps are done by the script. The next paragraph are only details of h
 
 # Compile Sources
 
-XDStarClient is an open source project under Apache2 licence. The sources are available on the INRIA's Forge:
+XDStarClient is an open source project under Apache2 licence. The sources are available on the IHE's subversion server:
 
 ```bash
-svn checkout https://scm.gforge.inria.fr/svn/gazelle/Maven/simulators/XDStar-modules/trunk XDStar-modules
-svn checkout https://scm.gforge.inria.fr/svn/gazelle/Maven/simulators/XDStarClient/trunk XDStarClient
+svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDStar-modules/trunk XDStar-modules
+svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDStarClient/trunk XDStarClient
 ```
 
 Before compiling, go to the directory XDStarClient and edit the file pom.xml. Open this file and adapt the properties of profile prod to your case :
-- 
GitLab