diff --git a/AuswertungKlausur/noten.sh b/AuswertungKlausur/noten.sh
index 33641d1260530f02d5e5fb791a6cb49112ce42f0..279292e64bf1c51d3d06f4b6dc54862b13d75065 100755
--- a/AuswertungKlausur/noten.sh
+++ b/AuswertungKlausur/noten.sh
@@ -18,7 +18,7 @@ declare -a MARKERS=("Task 1" "Task 2")
 #--------------------------------------------------------------------------------------------
 
 # The original examination project skeleton
-PROJECTREF=~/Projects/Exam/Sd1/$TERM/Exam
+PROJECTREF=~/GoikLectures/Klausuren/Sd1/$TERM/Exam
 
 # The executable jar archive containing unit tests
 TESTJAR=sd1_${TERM}_exam-0.9-fat-tests.jar