summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commit3240a59758e918afa79d14c961492d6f98cc3d85 (patch)
treec9a278f665319c0eccd6c3fb5e4133d17b309699 /documentation/sdk-manual
parent11c048fbeae7d3eb12c43bd14953cb64b3de53bd (diff)
downloadpoky-3240a59758e918afa79d14c961492d6f98cc3d85.tar.gz
overview-manual: remove 'overview-manual' from filenames
All filenames duplicate the 'manual name', which is not needed, and make all references longer than they should. Rename all files to be as consise as possible, and fix all references (From yocto-docs rev: 4f489a40bb00be018e419802a76fec9dbee3f255) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.rst2
-rw-r--r--documentation/sdk-manual/sdk-extensible.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.rst b/documentation/sdk-manual/sdk-appendix-customizing.rst
index 5a33f6385e..97ade0801d 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.rst
+++ b/documentation/sdk-manual/sdk-appendix-customizing.rst
@@ -87,7 +87,7 @@ adjustments:
87 following: 87 following:
88 88
89 - After ensuring the tasks are :ref:`shared 89 - After ensuring the tasks are :ref:`shared
90 state <overview-manual/overview-manual-concepts:shared state cache>` tasks (i.e. the 90 state <overview-manual/concepts:shared state cache>` tasks (i.e. the
91 output of the task is saved to and can be restored from the shared 91 output of the task is saved to and can be restored from the shared
92 state cache) or ensuring the tasks are able to be produced quickly 92 state cache) or ensuring the tasks are able to be produced quickly
93 from a task that is a shared state task, add the task name to the 93 from a task that is a shared state task, add the task name to the
diff --git a/documentation/sdk-manual/sdk-extensible.rst b/documentation/sdk-manual/sdk-extensible.rst
index 14ad23ba8f..c94213d6ca 100644
--- a/documentation/sdk-manual/sdk-extensible.rst
+++ b/documentation/sdk-manual/sdk-extensible.rst
@@ -183,7 +183,7 @@ system.
183 part of an image built using the build system. 183 part of an image built using the build system.
184 184
185The ``devtool`` command line is organized similarly to 185The ``devtool`` command line is organized similarly to
186:ref:`overview-manual/overview-manual-development-environment:git` in that it has a number of 186:ref:`overview-manual/development-environment:git` in that it has a number of
187sub-commands for each function. You can run ``devtool --help`` to see 187sub-commands for each function. You can run ``devtool --help`` to see
188all the commands. 188all the commands.
189 189