From 7bafc974aa4fd473359312ac9cdd82f9da8b0efa Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 11 Jun 2021 15:46:35 +0200
Subject: [PATCH] DOC: Fix broken link to WebUI docs

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

diff --git a/README_SETUP.md b/README_SETUP.md
index 37d3e478..c56ebb34 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](https://http://caosdb.gitlab.io/caosdb-webui/getting_started.html).
+  [documentation](https://docs.indiscale.com/caosdb-webui/getting_started.html).
 
 #### PAM ###
 Authentication via PAM is possible, for this the PAM development library must be
-- 
GitLab