From cf1280614c60b489aca3ab2c94c9ae8a02a9d872 Mon Sep 17 00:00:00 2001
From: wbars <wbs@kereval.com>
Date: Thu, 22 Oct 2020 11:07:27 +0200
Subject: [PATCH] Fix PDQM Connector URL

---
 Patient-Registry/installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Patient-Registry/installation.md b/Patient-Registry/installation.md
index 4f18d47..856d61c 100755
--- a/Patient-Registry/installation.md
+++ b/Patient-Registry/installation.md
@@ -179,5 +179,5 @@ cp pdqm-connector-X.X.X.war /usr/local/wildfly18/standalone/deployments/pdqm-con
 ``` 
 
 Start wildfly. The API can be accessed at (depending on your configured host and port)
- * Retrieve : [GET http://localhost:8480/pdqm-simulator/Patient/{id}](http://localhost:8480/pdqm-simulator/Patient/{id})
- * Search : [POST http://localhost:8480/pdqm-simulator/Patient](http://localhost:8480/pdqm-simulator/Patient)
\ No newline at end of file
+ * Retrieve : [GET http://localhost:8480/pdqm-connector/Patient/{id}](http://localhost:8480/pdqm-connector/Patient/{id})
+ * Search : [POST http://localhost:8480/pdqm-connector/Patient](http://localhost:8480/pdqm-connector/Patient)
\ No newline at end of file
-- 
GitLab