diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-01-11 17:49:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-17 11:59:50 +0000 |
commit | fc30301d4cf6a1aa4934cc8572cfd4d3659df817 (patch) | |
tree | 12a008ef225acad396e563d5d2bec4e86f6b698a /documentation/ref-manual/tasks.rst | |
parent | 8dbd3a1757f2703c5183155dda3f52f6f9a79a96 (diff) | |
download | poky-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.rst | 2 |
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 | ||
416 | Removes work files after the OpenEmbedded build system has finished with | 416 | Removes work files after the OpenEmbedded build system has finished with |
417 | them. You can learn more by looking at the | 417 | them. 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 | ||