From 6031df2078c26958e4d27f7ec4ff03ad2811f811 Mon Sep 17 00:00:00 2001
From: Martin Vogel <martin.vogel@sinc.de>
Date: Fri, 17 Jun 2022 14:43:11 +0200
Subject: [PATCH] #414 Adjust docu

---
 README.md            |  5 ++++-
 api/README.md        | 15 ---------------
 dependency/README.md |  2 +-
 3 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index f9f056069..833a94882 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,14 @@ To build the maven artifact, run: `mvn clean package`
 
 To run all tests, run: `mvn test`
 
+### External Configuration
+Configuration properties e.g. for REST-API urls and proxy settings can be found in ``sdk-config/sdk.properties``.
+
 ### Documentation
 
 https://docs.fitko.de/fit-connect/docs/
 
 ### Self Service Portal (DEV)
 
-https://portal.auth-testing.fit-connect.fitko.dev/
+https://portal.auth-dev.fit-connect.fitko.dev/
 
diff --git a/api/README.md b/api/README.md
index c2be5e509..d7e51ab74 100644
--- a/api/README.md
+++ b/api/README.md
@@ -3,21 +3,6 @@
 The API-module contains interfaces and domain model value 
 classes that provide the basic functionality to build an sdk-client.
 
-
-The SDk is set up as a maven multi module to separate the (internal) API from implementation details
-
-##### API Module
-
-The api module consists of all domain model classes and (api-) public interfaces needed to build an sdk-client
-
-#### Client Module
-
-Factories and Helper to create Sender and Subscriber. It acts as the actual user client.
-
-#### Impl Module
-
-Interface implementations
-
 ### Service Architecture
 
 
diff --git a/dependency/README.md b/dependency/README.md
index 7bef4d650..83e897463 100644
--- a/dependency/README.md
+++ b/dependency/README.md
@@ -24,7 +24,7 @@ New Implementations or Providers can be added here  can be registered here.
     }
 ```
 
-The actual injection can be done in three ways:
+The actual injection can be done in three ways via @Inject:
 * Parameter Injection 
 * Constructor Injection
 * Getting the Service directly from the DI Container
-- 
GitLab