diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | 3240a59758e918afa79d14c961492d6f98cc3d85 (patch) | |
tree | c9a278f665319c0eccd6c3fb5e4133d17b309699 /documentation/sdk-manual/sdk-extensible.rst | |
parent | 11c048fbeae7d3eb12c43bd14953cb64b3de53bd (diff) | |
download | poky-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/sdk-extensible.rst')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
185 | The ``devtool`` command line is organized similarly to | 185 | The ``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 |
187 | sub-commands for each function. You can run ``devtool --help`` to see | 187 | sub-commands for each function. You can run ``devtool --help`` to see |
188 | all the commands. | 188 | all the commands. |
189 | 189 | ||