From 45ece1c41e14d89607de01b6ed420ac697f64aa4 Mon Sep 17 00:00:00 2001
From: Svetlana Pavlitskaya <svetlana.pavlitskaya@rwth-aachen.de>
Date: Fri, 14 Sep 2018 13:45:55 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3169ee9..8c5632c 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ Further installation help can be found in the Readme file provided with the Deep
 
 ## Code generation and running the project
 
-1. Download and unpack the [archive]() that contains all EMA and EMADL component for an application
+1. Download and unpack the [archive](doc/deep_driving_project.zip) that contains all EMA and EMADL component for an application
 2. Run `generate.sh` script. It will generate the code to the `target` folder, copy the handwritten part of the project (communication with TORCS via shared memory) as well as the weights of the trained CNN and finally build the project
 3. Start TORCS and configure race as described above. Select mode where host car is not visible
 4. Go to the `target` folder and start `run.sh` script. It will open two three terminals: one for the ROS core, one for the TORCSCOmponent (application part responsible for communication with TORCS) and one for the Mastercomponent (application part generated from the models at step 2 which is repsondible for application logic)
-- 
GitLab