summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-06-18 13:06:41 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-18 13:26:34 +0000
commit6dbd8862ecc9cd7012105d8051577eb6332edc54 (patch)
tree885197c81c90961ef28b628d272739dce1728aea
parent96378d116f45051c1a88f15e3cce1fb21f573672 (diff)
downloadqtdoc-6dbd8862ecc9cd7012105d8051577eb6332edc54.tar.gz
Fix broken link
A link was using \c instead of \l. Change-Id: Iaea36a8a8f13ec48e51a003a5c5b5207060004e0 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 950781405bdf8199f1264187798e2d1414118510) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/android/android-services.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/android/android-services.qdoc b/doc/src/platforms/android/android-services.qdoc
index bcaba155..7436b195 100644
--- a/doc/src/platforms/android/android-services.qdoc
+++ b/doc/src/platforms/android/android-services.qdoc
@@ -165,7 +165,7 @@ Also, add the \c receiver definition in the body of the \c <application> section
\note Android 8.0 introduced some limitations on running background services,
which means using a nomal \c Service class might not work. For more information,
-see Android's recommendation to use either \c {Android: Foreground services}{Foreground services}
+see Android's recommendation to use either \l {Android: Foreground services}{Foreground services}
or \l {Android: JobIntentService}{JobIntentService}.
\section2 Manage the Service in AndroidMnifest.xml