From 85ea7326a5c5721d469b9005b67e019b319e83e1 Mon Sep 17 00:00:00 2001
From: adityauser <31898213+adityauser@users.noreply.github.com>
Date: Tue, 31 Oct 2017 17:13:05 +0530
Subject: [PATCH] URL should be in English

URL should be in English
Otherwise it will not work
---
 translations/README.fr.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translations/README.fr.md b/translations/README.fr.md
index 187f44781c..e1eeb967be 100644
--- a/translations/README.fr.md
+++ b/translations/README.fr.md
@@ -35,7 +35,7 @@ où "l'url que vous venez de copier" (sans les guillemets) est l'url du réperto
 
 Par exemple:
 ```
-git clone https://github.com/votre-nom-d-utilisateur/first-contributions.git
+git clone https://github.com/this-is-you/first-contributions.git
 ```
 où `votre-nom-d-utilisateur` est votre nom d'utilisateur GitHub. Ici vous êtes en train de copier le contenu du répertoire `first-contributions` depuis GitHub sur votre ordinateur.
 
-- 
GitLab