From cb3ab78bb496238ea4a87234c86291a1580b1993 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Mon, 5 Aug 2019 17:05:43 +0200 Subject: [PATCH] MAINT: Refactoring for new upstream repository --- README.md | 2 +- test/docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f284c7ae..189909c7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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/test/docker/Dockerfile b/test/docker/Dockerfile index 204aa080..0bfa19e8 100644 --- a/test/docker/Dockerfile +++ b/test/docker/Dockerfile @@ -2,6 +2,6 @@ FROM debian:latest RUN apt-get update && \ apt-get install firefox-esr pylint3 python3-pip python3-httpbin git \ curl screen xvfb unzip -y -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 && pip3 install . -- GitLab