From 3c3ba5e5927ac5607439f18f95f09592519053a1 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Date: Mon, 13 Jan 2025 12:01:36 +0100 Subject: Batch update for Super Salmon M3 Update the documentation after branching for Milestone 3. Bug-AGL: SPEC-5333 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I04aa470eb53ed937e893445b4b029e24a7b8d12b Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30759 --- docs/06_Component_Documentation/02_agl_compositor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/06_Component_Documentation/02_agl_compositor.md') diff --git a/docs/06_Component_Documentation/02_agl_compositor.md b/docs/06_Component_Documentation/02_agl_compositor.md index 67b73da..810ff33 100644 --- a/docs/06_Component_Documentation/02_agl_compositor.md +++ b/docs/06_Component_Documentation/02_agl_compositor.md @@ -135,7 +135,7 @@ assigning them panel and/or background roles, and they're fully loaded, the client can then issue `ready()` request and the compositor will start presenting. -Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell.xml;hb=refs/heads/master) +Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell.xml;hb=refs/heads/salmon) as that is the authoritative way of getting the latest version. #### V2 updates @@ -279,7 +279,7 @@ protocol. These roles serve as hints for the compositor and should be used before the actual surface creation takes place, such that the compositor can take the necessary steps to satisfy those requirements. -Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell-desktop.xml;hb=refs/heads/master) +Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell-desktop.xml;hb=refs/heads/salmon) as that is the authoritative way of getting the latest version. #### Additional surface roles in agl-shell-desktop @@ -464,8 +464,8 @@ message AppStateResponse { }; ``` -A C++ client implementation the gRPC API can be found in [agl-shell-activator](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-shell-activator.git;a=tree;h=refs/heads/master;hb=refs/heads/master) -or in [window-management-client-grpc](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/window-management-client-grpc.git;a=tree;h=refs/heads/master;hb=refs/heads/master). +A C++ client implementation the gRPC API can be found in [agl-shell-activator](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-shell-activator.git;a=tree;h=refs/heads/salmon;hb=refs/heads/salmon) +or in [window-management-client-grpc](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/window-management-client-grpc.git;a=tree;h=refs/heads/salmon;hb=refs/heads/salmon). ## Explicit output -- cgit