summaryrefslogtreecommitdiffstats
path: root/docs/04_Developer_Guides/03_Creating_a_New_Application.md
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2023-01-16 17:22:18 -0600
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-01-20 01:58:48 +0000
commit54924825fce9e5a738fc46b285da805de53d2293 (patch)
tree4b3db0f856d3a4d5372ec97f389fdd9d52fda844 /docs/04_Developer_Guides/03_Creating_a_New_Application.md
parent86d7bc6e530903dd6e559711c65fb7f66a94e35a (diff)
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/04_Developer_Guides/03_Creating_a_New_Application.md')
-rw-r--r--docs/04_Developer_Guides/03_Creating_a_New_Application.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/04_Developer_Guides/03_Creating_a_New_Application.md b/docs/04_Developer_Guides/03_Creating_a_New_Application.md
index 3fb7682..014069d 100644
--- a/docs/04_Developer_Guides/03_Creating_a_New_Application.md
+++ b/docs/04_Developer_Guides/03_Creating_a_New_Application.md
@@ -60,7 +60,7 @@ refer to the [graphical applications](#graphical-applications) section for more
# D-Bus activation
-Similarly to [services](../2_Creating_a_New_Service/#d-bus-activation), applications can
+Similarly to [services](../02_Creating_a_New_Service/#d-bus-activation), applications can
also be activated through D-Bus.
Such applications must name their `.desktop` file after the D-Bus name they register. In addition,