From a1873b87782b480d3aacb243d722d99ae98ce90c Mon Sep 17 00:00:00 2001 From: Fahad Khalid <f.khalid@fz-juelich.de> Date: Tue, 5 Mar 2019 14:59:57 +0100 Subject: [PATCH] Bug fix: Fixed the repository URL that was specified incorrectly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41d36d..8a4a65f 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ password twice; this is as expected. No additional setup is required 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/dl_framework_testing.git + `git lfs clone https://gitlab.version.fz-juelich.de/khalid1/ml_dl_on_supercomputers.git` ## 4. Running a sample -- GitLab