]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: develop: testing: Fix reference to test writing section
authorAlexander Dahl <ada@thorsis.com>
Fri, 21 Jun 2024 07:47:20 +0000 (09:47 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 22 Jun 2024 15:03:01 +0000 (17:03 +0200)
Add missing colon in :doc: link.

Fixes: fc3283314539 ("doc: Explain briefly how to write new tests")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/testing.rst

index 056bdfd2b69120c18c3b5b98359db74f70097d0e..9114d11ad26d7e1fe54006f6d6249358da7c6f7c 100644 (file)
@@ -123,7 +123,7 @@ or is covered sparingly. So here are some suggestions:
   is much easier to add onto a test - writing a new large test can seem
   daunting to most contributors.
 
-See doc:`tests_writing` for how to write tests.
+See :doc:`tests_writing` for how to write tests.
 
 
 Future work