diff --git a/Master_Script_V1.0.R b/Master_Script_V1.0.R
index 58b0ac8af1edb546b73eb3b0a66ab26d60152243..425781b34c455a38d50afb285a4eb25617cd9c86 100644
--- a/Master_Script_V1.0.R
+++ b/Master_Script_V1.0.R
@@ -22,7 +22,7 @@ path.data.op=paste(getwd(),"/data/definitions_protocols/",sep="")
 path.writing=paste(getwd(),"/writing/",sep="")
 path.results.raw=paste(getwd(),"/results/raw",sep="")
 path.results.tab=paste(getwd(),"/results/tables",sep="")
-path.results.im=paste(getwd(),"/results/images",sep="")
+path.results.im=paste(getwd(),"/results/figures",sep="")
 path.scripts=paste(getwd(),"/scripts/",sep="")