From 43a8748e57f677cd0a05fbba6cc919e48dd84f0d Mon Sep 17 00:00:00 2001
From: Myriam Guedey <myriam.guedey@hft-stuttgart.de>
Date: Wed, 19 Oct 2022 08:31:25 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index b304306..b3289db 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Heart of the stack is the **Building Manager Script** served as `building_manage
 Before working with the script it first needs to be loaded onto one of the desired machines to be used. This can easily be achieved by cloning the script to the machine using git (`sudo apt install git` if it is missing):
 
 ```sh
-git clone https://github.com/Dobli/openhab-pb-stack.git
+git clone https://transfer.hft-stuttgart.de/gitlab/smartpublicbuilding/openhab-pb-stack.git
 ```
 
 This will create a local copy of the script in the current folder. Change to its directory:
-- 
GitLab