From ef46af8ca5f281544b4fd408069ddac6ee3fdd92 Mon Sep 17 00:00:00 2001
From: Youn <yct@kereval.com>
Date: Tue, 2 Jul 2019 17:08:45 +0200
Subject: [PATCH] I updated documentation

---
 EPD-Assertion-Provider-Simulator/installation.md | 2 +-
 EPD-Assertion-Provider-Simulator/user.md         | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/EPD-Assertion-Provider-Simulator/installation.md b/EPD-Assertion-Provider-Simulator/installation.md
index 566a990..70b0d87 100644
--- a/EPD-Assertion-Provider-Simulator/installation.md
+++ b/EPD-Assertion-Provider-Simulator/installation.md
@@ -38,7 +38,7 @@ The Assertion Provider is based on a backend Java library net.ihe.gazelle.XUAGen
 ### Get the Subversion project
 
 ```bash
-svn checkout https://scm.gforge.inria.fr/anonscm/svn/gazelle/EPD/trunk/epr-saml-generator/ $SAMLGENERATOR_DIR
+git clone https://gitlab.inria.fr/gazelle/specific-tools/epr/assertion-provider.git $SAMLGENERATOR_DIR
 ```
 
 ### Deploy EPR SAML Generator in SoapUI
diff --git a/EPD-Assertion-Provider-Simulator/user.md b/EPD-Assertion-Provider-Simulator/user.md
index 27eb793..a30c2a3 100644
--- a/EPD-Assertion-Provider-Simulator/user.md
+++ b/EPD-Assertion-Provider-Simulator/user.md
@@ -11,7 +11,6 @@ reference: KER1-MAN-IHE-ASSERTION_PROVIDER_SIMULATOR_USER
 customer: IHE-EUROPE
 ---
 
-   ehealthsuisse assertion provider mockup     
 
 eHealthSuisse Assertion Provider MockUp
 ---------------------------------------
@@ -500,7 +499,7 @@ For any other role (DADM, PADM, TCU, REP, ASS), any ID will do. The "dummy" simu
                   </saml2:SubjectConfirmationData>
                </saml2:SubjectConfirmation>
             </saml2:Subject>
-
+            
             <saml2:Conditions NotBefore="2018-03-28T09:02:43.155Z" NotOnOrAfter="2018-03-28T09:32:43.155Z">
                <saml2:AudienceRestriction>
                   <saml2:Audience>urn:e-health-suisse:token-audience:all-communities</saml2:Audience>
-- 
GitLab