From a19c0c601fa211fe0dae9c1a2cee08a0e3670486 Mon Sep 17 00:00:00 2001 From: Martin Vogel <martin.vogel@sinc.de> Date: Wed, 22 Jun 2022 19:06:41 +0200 Subject: [PATCH] #414 Link submodule readmes --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc2d04573..418cac5fd 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,20 @@ To run all tests, run: `mvn test` ### External Configuration -Configuration properties e.g. for REST-API urls and proxy settings can be found in the HOCON config ``sdk.conf`` within -the root folder of the project. +Configuration properties e.g. for REST-API urls and proxy settings can be found in +the [HOCON](https://github.com/lightbend/config/blob/main/HOCON.md) +config ``sdk.conf`` within the root folder of the project. ### Documentation -https://docs.fitko.de/fit-connect/docs/ +See the projects module documentation for more specific information: + +* [API Module ](api/README.md) +* [Core Module ](core/README.md) +* [Client Module ](client/README.md) +* [Dependency Module ](dependency/README.md) + +As well as the official API docs: [Fit-Connect Documentation](https://docs.fitko.de/fit-connect/docs/) ### Self Service Portal (DEV) -- GitLab