diff --git a/README.md b/README.md
index 851405f567dc0adea442152c483eef17c285c95e..e289c602d9c76725ee5e752206acb9f9a5903de3 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 295d5e0e66c93ad26e99ef2444fb3b713f42d5dd..da45618fa6f60fdcc20042dcaf3df30f4e2d166c 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 .