Updating File name and links in the documentation
[AGL/documentation.git] / docs / 04_Developer_Guides / 01_Application_Framework / 01_Introduction.md
@@ -45,7 +45,7 @@ components, most of those being maintained under the
   application enumeration and startup
 
 AGL also provides reference implementations whenever possible and relevant, located in
   application enumeration and startup
 
 AGL also provides reference implementations whenever possible and relevant, located in
-the [meta-agl](/3_Developer_Guides/6_AGL_Layers/2_meta-agl/) layer under `meta-app-framework`. At the
+the [meta-agl](/04_Developer_Guides/02_AGL_Layers/02_meta_agl/) layer under `meta-app-framework`. At the
 moment, the Application Framework contains 2 such components:
 
 - `agl-session`: `systemd` unit files for user sessions management
 moment, the Application Framework contains 2 such components:
 
 - `agl-session`: `systemd` unit files for user sessions management
@@ -70,7 +70,7 @@ developers can take advantage of some of its advanced features, allowing for imp
 reliability and security.
 
 Each service should be represented by a `systemd` unit file installed to the appropriate
 reliability and security.
 
 Each service should be represented by a `systemd` unit file installed to the appropriate
-location. More details can be obtained from the [Creating a New Service](/3_Developer_Guides/2_Creating_a_New_Service/)
+location. More details can be obtained from the [Creating a New Service](/04_Developer_Guides/02_Creating_a_New_Service/)
 document.
 
 # User session management
 document.
 
 # User session management
@@ -147,4 +147,4 @@ interface for services and applications to:
 - request the startup and/or activation of a specific application
 - be notified when applications are started or terminated
 
 - request the startup and/or activation of a specific application
 - be notified when applications are started or terminated
 
-`applaunchd` is described with more details in [the following document](../2_Application_Startup/).
+`applaunchd` is described with more details in [the following document](../02_Application_Startup/).