diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-05-27 14:32:41 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-10 21:14:27 +0000 |
commit | 10ac1993c0599d4955b1a3372fc581ca7306d175 (patch) | |
tree | 9d3993441eddd0fbc2017956efa8d3edafd4bef2 /docs/5_Component_Documentation | |
parent | b833306fa26009218ecc9d48114ec61707ddb9e1 (diff) |
5_Component_Documentation: Fix Application Framework links
Use relative links to link correctly to AppFW.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Iefefc031d77b54a09f2cdfcead5e1dd13e3b7170
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27565
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/5_Component_Documentation')
-rw-r--r-- | docs/5_Component_Documentation/0_AGL_components.md | 2 | ||||
-rw-r--r-- | 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 |