From 8a2c243f10a2982a76be5e937c074f468c03248c Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Mon, 5 Aug 2019 17:05:34 +0200
Subject: [PATCH] MAINT: Refactoring for new upstream repository

---
 README.md                   | 2 +-
 unittests/docker/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 851405f5..e289c602 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ setup this code.
 # Further Reading
 
 Please refer to the [official gitlab repository of the CaosDB
-project](https://gitlab.gwdg.de/bmp-caosdb/caosdb) for more information.
+project](https://gitlab.com/caosdb/caosdb) for more information.
 
 # License
 
diff --git a/unittests/docker/Dockerfile b/unittests/docker/Dockerfile
index 295d5e0e..da45618f 100644
--- a/unittests/docker/Dockerfile
+++ b/unittests/docker/Dockerfile
@@ -3,5 +3,5 @@ RUN apt-get update && \
 	apt-get install pylint3 python3-pip tox git \
 	curl pycodestyle  -y
 ARG COMMIT="dev"
-RUN git clone -b dev https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
+RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
     cd caosdb-pylib && git checkout $COMMIT && pip3 install .
-- 
GitLab