From 85de1fbc2868019f53c4ce9f8f820add7d389a99 Mon Sep 17 00:00:00 2001 From: Sophie Lathouwers Date: Wed, 12 Feb 2025 13:59:20 +0100 Subject: [PATCH] Add link to documentation in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e109bbfee..1907fb15a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The Knowledge Engine consists of a number of components: To quickly see how to use the Knowledge Engine through examples, see [`./examples/`](./examples/). +Detailed documentation can be found [here](https://docs.knowledge-engine.eu/). + The rest of this README is structured as follows: - [Knowledge Engine](#knowledge-engine) @@ -256,4 +258,4 @@ By default, a Smart Connector waits `10` seconds max for a reply from another Sm *Increasing the HTTP timeouts* -By default, a KER waits `5` seconds max for a HTTP connection response from another KER when sending a message via the inter-KER protocol. The time is configurable via the `ke.http.timeout` property \ No newline at end of file +By default, a KER waits `5` seconds max for a HTTP connection response from another KER when sending a message via the inter-KER protocol. The time is configurable via the `ke.http.timeout` property