From 398cf210fe88e959cf071c4126535566031a3d8b Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Thu, 10 Mar 2022 15:07:11 +0100
Subject: [PATCH] tp_2.md: fix file_handle url https to ssh

---
 tp_2.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp_2.md b/tp_2.md
index 5895d4e..2189787 100644
--- a/tp_2.md
+++ b/tp_2.md
@@ -6,7 +6,7 @@ The `git clone <url>` command retrieves the whole history of a project and setup
 
 ```sh
 cd ~/
-git clone https://gitbio.ens-lyon.fr/LBMC/hub/file_handle git_basis_tp1
+git clone git@gitbio.ens-lyon.fr:LBMC/hub/file_handle.git git_basis_tp1
 cd git_basis_tp1
 ls -l
 ```
-- 
GitLab