From c716a8902fa1051920fc9491fc723ddd1804709a Mon Sep 17 00:00:00 2001 From: Mihaly Varadi Date: Fri, 6 Mar 2020 14:25:48 +0000 Subject: [PATCH] Fix incorrect URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4e515..60f5fa9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Please note that the client is written in Python3, and the dependencies have to #### Checking out this repository ``` -$ git clone https://github.com/funpdbe-consortium/funpdbe-validator +$ git clone https://gitlab.ebi.ac.uk/pdbe-kb/funpdbe/funpdbe-validator.git $ cd funpdbe-validator $ pip3 install -r requirements.txt ```