summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-11 17:49:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-17 11:59:50 +0000
commitfc30301d4cf6a1aa4934cc8572cfd4d3659df817 (patch)
tree12a008ef225acad396e563d5d2bec4e86f6b698a /documentation/ref-manual/tasks.rst
parent8dbd3a1757f2703c5183155dda3f52f6f9a79a96 (diff)
downloadpoky-fc30301d4cf6a1aa4934cc8572cfd4d3659df817.tar.gz
manuals: simplify references to class sections
Replace ":ref:`classname.bbclass <ref-classes-classname>`" section by ":ref:`ref-classes-classname`" section because each section has "classname.bbclass" as title, therefore the result is the same. (From yocto-docs rev: e3f438e4a71b155bd09bc7988c8e5626a063fde3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index d484d08f82..b51462b79a 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -415,7 +415,7 @@ dependencies specified by :term:`DEPENDS`). See the
415 415
416Removes work files after the OpenEmbedded build system has finished with 416Removes work files after the OpenEmbedded build system has finished with
417them. You can learn more by looking at the 417them. You can learn more by looking at the
418":ref:`rm_work.bbclass <ref-classes-rm-work>`" section. 418":ref:`ref-classes-rm-work`" section.
419 419
420.. _ref-tasks-unpack: 420.. _ref-tasks-unpack:
421 421