summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-03-26 11:46:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-06 22:29:49 +0100
commitbe976e3aa119d378010273ac8bb8134a4018ef43 (patch)
tree91c2998044f04c3f0491d73c0649ce78cc6753a1 /documentation
parentc643a4749c436baeb6943fe960f77a48deaef8e5 (diff)
downloadpoky-be976e3aa119d378010273ac8bb8134a4018ef43.tar.gz
SDK manual: fix reference to appendix
Fixes [YOCTO #14307] (From yocto-docs rev: d14bdf401114054d517c09d483947705e2a0d71d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/extensible.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index d2ed9a9b83..f1a114368a 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -1271,11 +1271,9 @@ To update your installed SDK, use ``devtool`` as follows:
1271 $ devtool sdk-update 1271 $ devtool sdk-update
1272 1272
1273The previous command assumes your SDK provider has set the 1273The previous command assumes your SDK provider has set the
1274default update URL for you through the 1274default update URL for you through the :term:`SDK_UPDATE_URL`
1275:term:`SDK_UPDATE_URL` 1275variable as described in the
1276variable as described in the "`Providing Updates to the Extensible SDK 1276":ref:`sdk-manual/appendix-customizing:Providing Updates to the Extensible SDK After Installation`"
1277After
1278Installation <#sdk-providing-updates-to-the-extensible-sdk-after-installation>`__"
1279section. If the SDK provider has not set that default URL, you need to 1277section. If the SDK provider has not set that default URL, you need to
1280specify it yourself in the command as follows: $ devtool sdk-update 1278specify it yourself in the command as follows: $ devtool sdk-update
1281path_to_update_directory 1279path_to_update_directory