From 10ac1993c0599d4955b1a3372fc581ca7306d175 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 27 May 2022 14:32:41 +0300 Subject: [PATCH] 5_Component_Documentation: Fix Application Framework links Use relative links to link correctly to AppFW. Signed-off-by: Marius Vlad Change-Id: Iefefc031d77b54a09f2cdfcead5e1dd13e3b7170 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27565 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- docs/5_Component_Documentation/0_AGL_components.md | 2 +- docs/5_Component_Documentation/1_agl-compositor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/5_Component_Documentation/0_AGL_components.md b/docs/5_Component_Documentation/0_AGL_components.md index a9b1dfc..a251b05 100644 --- a/docs/5_Component_Documentation/0_AGL_components.md +++ b/docs/5_Component_Documentation/0_AGL_components.md @@ -24,4 +24,4 @@ title: AGL Components ### Lifecycle management -- [Application Framework](5_appfw.md) +- [Application Framework](../3_Developer_Guides/1_Application_Framework/1_Introduction.md) diff --git a/docs/5_Component_Documentation/1_agl-compositor.md b/docs/5_Component_Documentation/1_agl-compositor.md index 1141642..c8a752b 100644 --- a/docs/5_Component_Documentation/1_agl-compositor.md +++ b/docs/5_Component_Documentation/1_agl-compositor.md @@ -16,7 +16,7 @@ library, to control and signal back to the compositor when applications were started, among other things. Management of applications, starting, running and stopping them is done in AGL -with AFM [Application Framework Management](5_appfw.md), +with AFM [Application Framework Management](../3_Developer_Guides/1_Application_Framework/1_Introduction.md), which is an umbrella name to denote the suite of tools and daemons that handle all of that. It is integrated with systemd and with the current security model, SMACK (Simplified Mandatory Access Control Kernel), a Linux kernel security -- 2.16.6