From 2a5904e297a19a486f35d85e9d895d0b66211983 Mon Sep 17 00:00:00 2001
From: "ellen.seabrooke" <seabrooke@ifb.uni-stuttgart.de>
Date: Thu, 6 Feb 2025 15:27:17 +0100
Subject: [PATCH 1/2] fix file name

---
 docs/documentation/sizing/systems_design/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/documentation/sizing/systems_design/getting-started.md b/docs/documentation/sizing/systems_design/getting-started.md
index 6099db2..69b2b28 100644
--- a/docs/documentation/sizing/systems_design/getting-started.md
+++ b/docs/documentation/sizing/systems_design/getting-started.md
@@ -34,7 +34,7 @@ Three input files are required for **systems_design**:
     - tank
     - propulsion
     - number of flight and cabin crew
-- the configuration file `initial_sizing_conf.xml` (or _configXML_) includes
+- the configuration file `systems_design_sizing_conf.xml` (or _configXML_) includes
     - control settings (e.g. enable/disable generating plots)
     - program settings (e.g. define system architecture, set parameters for individual systems)
 - the mission file (`design_mission.xml`, `study_mission.xml` or `requirement_mission.xml`) is required since **systems_design** calculates the required system power for each mission step.
-- 
GitLab


From ccee839368092fbf0d08a94630acdce74d0ee984 Mon Sep 17 00:00:00 2001
From: "ellen.seabrooke" <seabrooke@ifb.uni-stuttgart.de>
Date: Thu, 6 Feb 2025 15:29:39 +0100
Subject: [PATCH 2/2] fix the fix

---
 docs/documentation/sizing/systems_design/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/documentation/sizing/systems_design/getting-started.md b/docs/documentation/sizing/systems_design/getting-started.md
index 69b2b28..204d27b 100644
--- a/docs/documentation/sizing/systems_design/getting-started.md
+++ b/docs/documentation/sizing/systems_design/getting-started.md
@@ -34,7 +34,7 @@ Three input files are required for **systems_design**:
     - tank
     - propulsion
     - number of flight and cabin crew
-- the configuration file `systems_design_sizing_conf.xml` (or _configXML_) includes
+- the configuration file `systems_design_conf.xml` (or _configXML_) includes
     - control settings (e.g. enable/disable generating plots)
     - program settings (e.g. define system architecture, set parameters for individual systems)
 - the mission file (`design_mission.xml`, `study_mission.xml` or `requirement_mission.xml`) is required since **systems_design** calculates the required system power for each mission step.
-- 
GitLab