From a8abae58875f161928cb76dfc03d6e0bf23d0225 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Tue, 27 Apr 2021 20:41:04 +0200 Subject: [PATCH] Fix subjects --- subjects/hello_rust/README.md | 2 +- subjects/introduction/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/hello_rust/README.md b/subjects/hello_rust/README.md index fd6f1781..68544110 100644 --- a/subjects/hello_rust/README.md +++ b/subjects/hello_rust/README.md @@ -18,7 +18,7 @@ Once created, clone that repository on your desktop. If your username was `choumi` this is the command that will need to be used : -`git clone git@git.[[DOMAIN]]:choumi/hello_rust.git` +`git clone git@git.[[DOMAIN]]:choumi/[[ROOT]].git` This command needs to be adapted with **your own username**. diff --git a/subjects/introduction/README.md b/subjects/introduction/README.md index cd26eaff..e2489c3e 100644 --- a/subjects/introduction/README.md +++ b/subjects/introduction/README.md @@ -12,7 +12,7 @@ Once created, clone that repository on your desktop. If your username was `choumi` this is the command that will need to be used : -`git clone git@git.[[DOMAIN]]:choumi/piscine-go.git` +`git clone git@git.[[DOMAIN]]:choumi/[[ROOT]].git` This command needs to be adapted with **your own username**.