From 90bd0d97e00055b46465e69ab8ae631f686ec6c7 Mon Sep 17 00:00:00 2001
From: Simon Scholz <simon.scholz@iws.uni-stuttgart.de>
Date: Thu, 19 Jul 2018 09:50:00 +0200
Subject: [PATCH] [properties] fix readme link

---
 exercises/exercise-properties/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/exercise-properties/README.md b/exercises/exercise-properties/README.md
index ac39a774..c281fda1 100644
--- a/exercises/exercise-properties/README.md
+++ b/exercises/exercise-properties/README.md
@@ -30,7 +30,7 @@ Locate all the files you will need for this exercise
 * Change to the build-directory
 
 ```bash
-cd ../build-cmake/exercise_properties
+cd ../build-cmake/exercises/exercise_properties
 ```
 
 * Compile the executable `exercise_properties`
-- 
GitLab