diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 50361883b20acdd2d0ff3cfae2b7d189fa8b1229..65b05d3e52ab0016948a6ff8ba77cad31ee9126b 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -3,9 +3,9 @@ RUN apt-get update && \ apt-get install curl python3 python3-pip git python-autopep8 \ python3-pytest -y COPY .docker/wait-for-it.sh /wait-for-it.sh -RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \ +RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \ cd caosdb-pylib && pip3 install . -RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-models.git && \ +RUN git clone https://gitlab.com/caosdb/caosdb-models.git && \ cd caosdb-models && pip3 install . ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/project_cfood \ scifolder_version.json diff --git a/README.md b/README.md index 12348743d906ac0110c30a6f09d6355630abb37d..4a8c28ac37eec896ef080dd76348ab78e3b0d08c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://gitlab.gwdg.de/bmp-caosdb/caosdb-advanced-user-tools/commits/master) +[](https://gitlab.com/caosdb/caosdb-advanced-user-tools/commits/master) # Welcome @@ -15,7 +15,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