From 8d4716c5ce5baabbf8307da31275771534571d8b Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 4 Feb 2021 11:04:56 +0100
Subject: [PATCH] Updated documentation

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 034f93a5..e637d37c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
 # VIPSWeb
-This is the code for the public webpage for VIPS. It should be adaptable 
+This is the code for the public web page for VIPS. It should be adaptable 
 enough to suit many organizations.
 
+The public web page acts as a client of the [VIPSLogic system](https://gitlab.nibio.no/VIPS/VIPSLogic), all information displayed to the users in VIPSWeb is fetched via web service endpoints in VIPSLogic.
+
+![How VIPSLogic fits into the whole VIPS architecture](./docs/illustrations/VIPS_whole_architecture.png "All VIPS system parts")
+
+
 ## Requirements
 The system has been tested and found to run well on Ubuntu >= 18
 * The programming language is Python >= 3.6 
-- 
GitLab