We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417bf09 commit 54e7bfcCopy full SHA for 54e7bfc
Documentation/dev-tools/kasan.rst
@@ -562,7 +562,5 @@ There are a few ways to run the KASAN tests.
562
With ``CONFIG_KUNIT`` and ``CONFIG_KASAN_KUNIT_TEST`` built-in, it is also
563
possible to use ``kunit_tool`` to see the results of KUnit tests in a more
564
readable way. This will not print the KASAN reports of the tests that passed.
565
- See `KUnit documentation <https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html>`_
566
- for more up-to-date information on ``kunit_tool``.
567
-
568
-.. _KUnit: https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html
+ See :doc:`KUnit documentation <kunit/index>` for more up-to-date information
+ on ``kunit_tool``.
0 commit comments