From 1d85f45d77e745cc7edee74ed712f6007dd1e954 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Fri, 2 Jul 2021 11:45:17 +0200
Subject: [PATCH] fix typo in .md files

---
 README.md              | 2 +-
 doc/getting_started.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4e57831c..df5e0ee8 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 b7d1af00..b1a01f13 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
 ```
-- 
GitLab