Fix incorrect URL

This commit is contained in:
Mihaly Varadi 2020-03-06 14:25:48 +00:00
parent fc4e589216
commit c716a8902f

View file

@ -19,7 +19,7 @@ Please note that the client is written in Python3, and the dependencies have to
#### Checking out this repository #### 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 $ cd funpdbe-validator
$ pip3 install -r requirements.txt $ pip3 install -r requirements.txt
``` ```