Skip to content

Commit 54e7bfc

Browse files
bagasmeKernel Patches Daemon
authored andcommitted
Documentation: kasan: Use internal link to kunit
Use internal linking to KUnit documentation. Signed-off-by: Bagas Sanjaya <[email protected]>
1 parent 417bf09 commit 54e7bfc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Documentation/dev-tools/kasan.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,5 @@ There are a few ways to run the KASAN tests.
562562
With ``CONFIG_KUNIT`` and ``CONFIG_KASAN_KUNIT_TEST`` built-in, it is also
563563
possible to use ``kunit_tool`` to see the results of KUnit tests in a more
564564
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
565+
See :doc:`KUnit documentation <kunit/index>` for more up-to-date information
566+
on ``kunit_tool``.

0 commit comments

Comments
 (0)