diff --git a/Documentation/Doxygen/DeveloperManual/Application/DevelopmentApplication.dox b/Documentation/Doxygen/DeveloperManual/Application/DevelopmentApplication.dox
index c37b61d19d..c87c5bc266 100644
--- a/Documentation/Doxygen/DeveloperManual/Application/DevelopmentApplication.dox
+++ b/Documentation/Doxygen/DeveloperManual/Application/DevelopmentApplication.dox
@@ -1,8 +1,15 @@
/**
\page DevelopmentApplication Developing with the MITK Application Framework
-Todo
+TODO
+
+
+ - \subpage mitkExtPointsIndex
+ - \subpage DeploymentPage
+ - \subpage BlueBerryExamples
+ - \subpage BlueBerryIntro
+
*/
diff --git a/Core/Documentation/Doxygen/extension-points/mitkExtPointsIndex.dox b/Documentation/Doxygen/DeveloperManual/Application/ExtensionPointReference.dox
similarity index 100%
rename from Core/Documentation/Doxygen/extension-points/mitkExtPointsIndex.dox
rename to Documentation/Doxygen/DeveloperManual/Application/ExtensionPointReference.dox
diff --git a/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox b/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
index a6759df699..1a679d51e1 100644
--- a/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
+++ b/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
@@ -1,24 +1,30 @@
/**
\page DeveloperManual Developer Manual
Development with MITK can happen under several disctinct conditions. Depending on whether you are using the Toolkit or the entire application, different sections may apply to you. In case you are unsure about what you need, please refer to \link Architecture The Architecture of MITK text\endlink. An extensive Introduction to MITK is available under \link StartingDevelopment Starting your MITK Development\endlink.
Depending on whether you are working with the \link DevelopmentToolkit Toolkit\endlink or the \link DevelopmentApplication Application\endlink, you can refer to their respective pages. Generated API-Documentation can be found \link DevelopmentAPI here\endlink.
\section DeveloperManualStarting Starting your MITK Development
- \subpage StartingDevelopment
- \ref Architecture
- \ref SettingUpMITK
- \ref GettingToKnowMITK
- \ref FirstSteps
- \ref Testing
- - \subpage DevelopmentToolkit
- - \subpage DevelopmentApplication
+ - \ref DevelopmentToolkit
+ - \ref DevelopmentApplication
+
+ - \ref mitkExtPointsIndex
+ - \ref DeploymentPage
+ - \ref BlueBerryExamples
+ - \ref BlueBerryIntro
+
- \subpage DevelopmentAPI
*/