diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | ee6fec0ce5bf9e179f86589ef3a36edff08f4dcf (patch) | |
tree | 2191f3d54a28102babc383ae0f34a066b27c09cf /documentation/ref-manual/tasks.rst | |
parent | 1887b330c3a04723472a43497d58201b27b86f05 (diff) | |
download | poky-ee6fec0ce5bf9e179f86589ef3a36edff08f4dcf.tar.gz |
ref-manual/tasks.rst: do_package_qa: update link to qa checks
Link to the updated qa-checks document that contains the entire list of
checks. The insane class was recently updated to remove all its checks
description and move them to qa-checks.rst.
(From yocto-docs rev: 0fcd1a352ae364bee191e7d160b2fec35431fcfd)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
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 d7b19e04bc..90f70c1ac1 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -225,7 +225,7 @@ section in the Yocto Project Overview and Concepts Manual. | |||
225 | ----------------- | 225 | ----------------- |
226 | 226 | ||
227 | Runs QA checks on packaged files. For more information on these checks, | 227 | Runs QA checks on packaged files. For more information on these checks, |
228 | see the :ref:`ref-classes-insane` class. | 228 | see the :doc:`/ref-manual/qa-checks` document. |
229 | 229 | ||
230 | .. _ref-tasks-package_write_deb: | 230 | .. _ref-tasks-package_write_deb: |
231 | 231 | ||