diff --git a/README.md b/README.md
index 4e57831ca9cf3788e9b3ea35b72665c052876651..df5e0ee859e160f3b72802fc7cbde990cf640dc2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ To get the last commits from this repository into your fork use the following co
 
 For the first time:
 ```sh
-git remote add upstream git@gitbio.ens-lyon.fr::pipelines/nextflow.git
+git remote add upstream git@gitbio.ens-lyon.fr:pipelines/nextflow.git
 git pull upstream master
 ```
 
diff --git a/doc/getting_started.md b/doc/getting_started.md
index b7d1af0030d43b7f321fa14c1b22fd1f26dfcacc..b1a01f13775b6e9c49726c713e53878189758040 100644
--- a/doc/getting_started.md
+++ b/doc/getting_started.md
@@ -34,7 +34,7 @@ singularity run docker://hello-world
 To install nextflow on your computer simply run the following command:
 
 ```sh
-git clone git@gitbio.ens-lyon.fr/LBMC/nextflow
+git clone git@gitbio.ens-lyon.fr:LBMC/nextflow.git
 cd nextflow/
 src/install_nextflow.sh
 ```