From 27847e4c8fc00024535a80e3af048888a2601f9e Mon Sep 17 00:00:00 2001
From: Fahad Khalid <f.khalid@fz-juelich.de>
Date: Wed, 11 Sep 2019 08:04:19 +0200
Subject: [PATCH] Fix: The repository cloning instructions now point to the
 correct URL.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index df7d83d..872d422 100644
--- a/README.md
+++ b/README.md
@@ -164,14 +164,14 @@ systems. To learn more about Git LFS, click [here](http://gitlab.pages.jsc.fz-ju
     `git lfs install`
 3.  Clone the repository, including the datasets:
 
-    `git lfs clone https://gitlab.version.fz-juelich.de/khalid1/ml_dl_on_supercomputers.git`
+    `git lfs clone https://gitlab.version.fz-juelich.de/hpc4ns/dl_on_supercomputers.git`
 
 ### 5.2 JURON
 
 The process is simpler on JURON. You can simply clone the repository along with the datasets using 
 the following command:
 
-    git lfs clone https://gitlab.version.fz-juelich.de/khalid1/ml_dl_on_supercomputers.git
+    git lfs clone https://gitlab.version.fz-juelich.de/hpc4ns/dl_on_supercomputers.git
 
 ## 6. Running a sample
 
-- 
GitLab