From 89776c0840b2453bcb1f7acb7e4cb0456723a8da Mon Sep 17 00:00:00 2001 From: Mateusz Klimaszewski <mk.klimaszewski@gmail.com> Date: Mon, 16 Nov 2020 09:46:07 +0100 Subject: [PATCH] Change git clone links to gitlab. --- README.md | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19491b3..19847b8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Quick start Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+): ```bash -git clone https://github.com/ipipan/combo.git +git clone https://gitlab.clarin-pl.eu/syntactic-tools/clarinbiz/combo.git cd combo python setup.py develop ``` diff --git a/docs/installation.md b/docs/installation.md index 559c9c7..6371094 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,7 +1,7 @@ # Installation Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+): ```bash -git clone https://github.com/ipipan/combo.git +git clone https://gitlab.clarin-pl.eu/syntactic-tools/clarinbiz/combo.git cd combo python setup.py develop combo --helpfull -- GitLab