From 54924825fce9e5a738fc46b285da805de53d2293 Mon Sep 17 00:00:00 2001 From: Vinod Ahuja Date: Mon, 16 Jan 2023 17:22:18 -0600 Subject: Fixing broken links 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 Change-Id: I1c05bf2c3a9365bba0b67077cf51b294352e7943 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28384 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../01_Application_Framework/02_Application_Startup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/04_Developer_Guides/01_Application_Framework') diff --git a/docs/04_Developer_Guides/01_Application_Framework/02_Application_Startup.md b/docs/04_Developer_Guides/01_Application_Framework/02_Application_Startup.md index 232f41e..2786bf6 100644 --- a/docs/04_Developer_Guides/01_Application_Framework/02_Application_Startup.md +++ b/docs/04_Developer_Guides/01_Application_Framework/02_Application_Startup.md @@ -73,7 +73,7 @@ any valid string, it is highly recommended to use the "reverse DNS" convention i to avoid potential name collisions and ease D-Bus integration. The application ID is set in the desktop entry file itself for -[graphical applications](../3_Creating_a_New_Application/#graphical-applications): +[graphical applications](/04_Developer_Guides/03_Creating_a_New_Application/#graphical-applications): it is the value of the `StartupWMClass` field, which must be identical to the `app-id` advertised through the Wayland XDG toplevel protocol. In case this field is missing (as is usually the case for non-graphical application), the application ID will be the -- cgit 1.2.3-korg