From 926d2dd1d910837682d71cf935de19e924043b5f Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Fri, 18 Dec 2020 16:44:42 +0100
Subject: [PATCH] DOC: Fixed link in README_SETUP.md

---
 README_SETUP.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index a7cf2852..aed64970 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -43,7 +43,7 @@ versa.
 - If the WebUI shall run, check out the respective submodule: `git submodule
   update --init caosdb-webui`
 - Then configure and compile it according to its
-  [documentation](caosdb-webui/README_SETUP.md).
+  [documentation](https://http://caosdb.gitlab.io/caosdb-webui/getting_started.html).
 
 #### PAM ###
 Authentication via PAM is possible, for this the PAM development library must be
-- 
GitLab