X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F06_Component_Documentation%2FApplication_Framework%2F01_Introduction.md;fp=docs%2F04_Developer_Guides%2F01_Application_Framework%2F01_Introduction.md;h=1deaec46febdf3d5de8b90592610cab1e68510d1;hb=ecccce4b62c048272dd48378cc05d7165746b83e;hp=4084032a08898498dc0df7f5767fef7220871c86;hpb=2887f945590adbb6ceaf590e4fb0f542792c6e04;p=AGL%2Fdocumentation.git diff --git a/docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md b/docs/06_Component_Documentation/Application_Framework/01_Introduction.md similarity index 97% rename from docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md rename to docs/06_Component_Documentation/Application_Framework/01_Introduction.md index 4084032..1deaec4 100644 --- a/docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md +++ b/docs/06_Component_Documentation/Application_Framework/01_Introduction.md @@ -64,7 +64,7 @@ the [freedesktop.org](https://www.freedesktop.org) umbrella. Those include: the one would list out applications and handling start-up. AGL also provides reference implementations whenever possible and relevant, -located in the [meta-agl](/04_Developer_Guides/02_AGL_Layers/02_meta_agl/) +located in the [meta-agl](../../04_Developer_Guides/02_AGL_Layers/02_meta_agl.md) layer under `meta-app-framework`. At the moment, the Application Framework contains 2 such components: @@ -92,7 +92,7 @@ allowing for improved 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](../03_Creating_a_New_Service/) document. +Service](03_Creating_a_New_Service.md) document. # User session management @@ -183,4 +183,4 @@ D-bus (deprecated)/gRPC interface for services and applications to: - be notified when applications are started or terminated `applaunchd` with the D-Bus interface is described with more details in -[the following document](../02_Application_Startup_Dbus/). +[the following document](02_Application_Startup_Dbus.md).