diff --git a/tp_2.md b/tp_2.md
index 5895d4e276b1c76106c12608fd09f137dbb8d5ce..2189787ca484328a904ae2de308fbe19e49bf2a8 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
 ```