From b7bf556b49cda7afbceef008eb268582d9d93ce2 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Mon, 9 May 2022 12:41:33 +0100 Subject: [PATCH] Update README.md correction for git not being a subdomain in the app anymore --- subjects/introduction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/introduction/README.md b/subjects/introduction/README.md index f6415b83..b63415cc 100644 --- a/subjects/introduction/README.md +++ b/subjects/introduction/README.md @@ -21,7 +21,7 @@ git config --global credential.helper store If your username was `choumi` this is the command that will need to be used: ``` -git clone https://git.((DOMAIN))/choumi/((ROOT)).git +git clone https://((DOMAIN))/git/choumi/((ROOT)).git ``` This command needs to be adapted with **your own username**.