diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-07-27 16:04:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 22:49:15 +0100 |
commit | 38496093d7e70145a054505f6d2f28ff7b270117 (patch) | |
tree | 748fb98a3296413824344c6ae1df248e2fce02d7 /documentation/sdk-manual | |
parent | 1452ac11eed0b9a70049901c98587b95412cf0b7 (diff) | |
download | poky-38496093d7e70145a054505f6d2f28ff7b270117.tar.gz |
manuals: simplify references to BitBake manual
Replacing ":ref:`section name<bitbake:bitbake-user-manual/bitbake-user-manual-<section>:section name>`"
by ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-<section>:section name`"
when the reference description is the same as the section name.
In this case, that's unnecessary to repeat the section name in the description part.
(From yocto-docs rev: 6a1a590f9ef77dc8842ea5945661135992eb94e1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 5520a07184..2cdb06d65c 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -614,7 +614,7 @@ specify source code revision and versioning schemes, extract code into | |||
614 | or out of the ``devtool`` | 614 | or out of the ``devtool`` |
615 | :ref:`devtool-the-workspace-layer-structure`, | 615 | :ref:`devtool-the-workspace-layer-structure`, |
616 | and work with any source file forms that the | 616 | and work with any source file forms that the |
617 | :ref:`fetchers <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` support. | 617 | :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers` support. |
618 | 618 | ||
619 | The following diagram shows the common development flow used with the | 619 | The following diagram shows the common development flow used with the |
620 | ``devtool upgrade`` command: | 620 | ``devtool upgrade`` command: |