diff --git a/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json b/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json
index c3aaae0759fa425c31cbdb44bc8fb295c6de62d3..4cdfee13e4f8c80784c6b516e2beb2b454aeecd3 100644
--- a/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json
+++ b/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json
@@ -7,7 +7,7 @@
     "ProcessInJob" : "process_in_job_dep",
     "ProcessEWSPlotting" : "process_EWS_plotting_dep",
     "EWS-Plotting" : {
-        "SysConfig": "${ConfigsPath}/coordinator/analysis/sys_config_EastAfrica_an_live.json",
+        "SysConfig": "${ConfigsPath}/coordinator/an/sys_config_EastAfrica_an_live.json",
         "NameExtractionConfig": "${ConfigsPath}/plotting///name_extraction/NAME_EXTRACTION_CONFIG.json",
         "RunConfig": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO.json",
         "RunConfigNorm": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO_NORMALIZED.json",
diff --git a/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json b/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json
index f9c015abaa59bf2e31da79dd098b2acc5a059ccb..c688587539c3842af92a31cdc2e0fd6965cf43c8 100644
--- a/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json
+++ b/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json
@@ -81,7 +81,7 @@
         }
     },
     "EWS-Plotting" : {
-        "SysConfig" : "${ConfigsPath}/coordinator/analysis/sys_config_EastAfrica_an_live.json",
+        "SysConfig" : "${ConfigsPath}/coordinator/an/sys_config_EastAfrica_an_live.json",
         "RunConfig" : "${ConfigsPath}/plotting/env_suit/RUN_CONFIG_ENV.json",
         "EastAfrica" : {
             "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_EAST_AFRICA_PINE.json",
diff --git a/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json b/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json
index 3e9ff6ad23a2a4bd89ef974cf0d7848107c6acc3..e3917ff776d37070753758efaa03530760ef288d 100644
--- a/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json
+++ b/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json
@@ -5,8 +5,8 @@
     "StartString" : "?",
     "ProjectRoot" : "<path to project root>",
     "MetoFTP" : "<path to MetoFTP>",
-    "WorkspacePathout" : "${ProjectRoot}/regions/EastAfrica/workspace/<analysis or forecast specific sub folder>",
-    "WorkspacePath" : "${ProjectRoot}/regions/EastAfrica/workspace/<analysis or forecast specific sub folder>",
+    "WorkspacePathout" : "${ProjectRoot}/regions/EastAfrica/<analysis or forecast specific sub folder>",
+    "WorkspacePath" : "${ProjectRoot}/regions/EastAfrica/<analysis or forecast specific sub folder>",
     "ConfigsPath" : "${ProjectRoot}/code/coordinator/pipeline_resources/configs",
     "AssetsPath" : "${ProjectRoot}/regions/EastAfrica/resources/assets",
     "LoggingConfigPath" : "${ProjectRoot}/code/coordinator/pipeline_resources/configs/coordinator/log_config.json",