diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md
index 9a564aa1cf61579baf0ea783fb0e4812f7d8bcc9..8a1b60dec25d4f6e2af5fccbe983ec8bcd7e5885 100644
--- a/docs/getting-started/installation.md
+++ b/docs/getting-started/installation.md
@@ -49,6 +49,6 @@ There is no dedicated installer for developers. As a developer you are expected
 
 The necessary steps to get you up and running are:
 
-- Ensure you have [repository_access]()
-- Make sure your build system is working as explained in the [software_development_setup]().
-- Then follow the [build_instructions]() to build the software and create your own installer.
+- Ensure you have [cloned all repositories](../developer/get-source-code.md)
+- Make sure your build system is working as explained in the [Developer Prerequisites](../developer/build-environment/windows.md). *(Choose according to your operating system.)*
+- Then follow the [Build Instructions](../developer/build/cpp.md) to build the software and create your own installer.
diff --git a/docs/getting-started/takeoff.md b/docs/getting-started/takeoff.md
index 4b8b8b2aa9d8bca166904a9f64bd1ae86b7fa61c..bb0ec883ee1f1f09f60e50664fec174d91d2a43a 100644
--- a/docs/getting-started/takeoff.md
+++ b/docs/getting-started/takeoff.md
@@ -74,7 +74,7 @@ Therefore the tools can be executed based on their dependencies in the following
 ### Tool execution
 
 Finally we want to execute the tool. But what if we have noticed, that there are no executables in the tool folders? 🔥
-Then the executables have first to be build inside the working copy e.g. of the **rAIRCRAFTDESIGN** repo. Please follow the instructions at [[ software_development_setup/ ]] and [[ build_instructions/ ]]
+Then the executables have first to be build inside the working copy e.g. of the **rAIRCRAFTDESIGN** repo. Please follow the instructions at [Developer](../developer/contribute.md).
 
 If this is done already and an executable is present, then you can execute the respective tool from within the tool folder either on windows directly via double click or via a terminal
 - In cmd or powershell e.g. `initialSizing.exe`