diff options
author | Vinod Ahuja <vahuja@unomaha.edu> | 2023-01-16 17:22:18 -0600 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-20 01:58:48 +0000 |
commit | 54924825fce9e5a738fc46b285da805de53d2293 (patch) | |
tree | 4b3db0f856d3a4d5372ec97f389fdd9d52fda844 /docs/06_Component_Documentation | |
parent | 86d7bc6e530903dd6e559711c65fb7f66a94e35a (diff) |
Fixing broken linksoctopus_14.93.0octopus/14.93.014.93.0
I have fixed all the broken links in the documentation except links for
Yocto project and security section.
Bug-AGL: [SPEC-4470]
Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu>
Change-Id: I1c05bf2c3a9365bba0b67077cf51b294352e7943
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28384
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/06_Component_Documentation')
-rw-r--r-- | docs/06_Component_Documentation/02_agl_compositor.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/06_Component_Documentation/02_agl_compositor.md b/docs/06_Component_Documentation/02_agl_compositor.md index 0d3a135..c5221cb 100644 --- a/docs/06_Component_Documentation/02_agl_compositor.md +++ b/docs/06_Component_Documentation/02_agl_compositor.md @@ -316,7 +316,7 @@ panel/display, without some kind of compositor driving it, the necessity of handling input events is an important feature to have, giving the user to possibility to manipulate the application/environment as he or she seems fit. The compositor loads a plug-in that streams out the buffers to an output -remotely, with [another plug-in](2_waltham-receiver_waltham-transmitter.md) +remotely, with [another plug-in](03_waltham_receiver_transmitter.md) handling the input events. The events, which are sent back from the display to the compositor, are generated with the help of wayland-eque protocol that works over the network, called [Waltham](https://github.com/waltham/waltham). @@ -336,7 +336,7 @@ SMACK label and compares it with the ones statically defined. In the works, there's a new policy model, called [Role Based Arbitration](https://gerrit.automotivelinux.org/gerrit/admin/repos/staging/rba). -Internally, how it works, should be found at [RBA](3_rba.md). +Internally, how it works, should be found at [RBA](04_Rule_Based_Arbitrator.md). While the other two policies are embedded into the compositor, the RBA policy model is an off the-shell policy. Obviously, vendors and users can hook up their own policies, just like RBA did. These all work towards satisfying |