From a7be38407072872014c0cd46ef1ed09a0554e352 Mon Sep 17 00:00:00 2001
From: Youn Cadoret <yct@kereval.com>
Date: Wed, 4 Dec 2019 16:45:31 +0100
Subject: [PATCH] Update installation.md

---
 Demographic-Data-Server/installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Demographic-Data-Server/installation.md b/Demographic-Data-Server/installation.md
index a41b0cb..44e5871 100644
--- a/Demographic-Data-Server/installation.md
+++ b/Demographic-Data-Server/installation.md
@@ -14,12 +14,12 @@ customer: IHE-EUROPE
 
 Demographic Data Server is a maven project. Sources are available on the INRIA Source Forge at the following URL:
 
-[*https://gforge.inria.fr/scm/viewvc.php/gazelle/Maven/DemographicDataServer/?root=gazelle*](https://gforge.inria.fr/scm/viewvc.php/gazelle/Maven/DemographicDataServer/?root=gazelle)
+[*https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git*](https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git)
 
 If you'd like to checkout the sources on your system you might want to use the following svn command, provided subversion is installed on your system.
 
 ```bash
-svn checkout svn://scm.gforge.inria.fr/svn/gazelle/Maven/DemographicDataServer/trunk
+git clone https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git
 ```
 
 Note that the latest executable can be extracted from our nexus repository as wellĂ‚  at
-- 
GitLab