summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Dahl <[email protected]>2024-06-21 09:47:20 +0200
committerHeinrich Schuchardt <[email protected]>2024-06-22 17:03:01 +0200
commit7a8bd3fa316153ab875c1b5d0e9bdfd55337c2db (patch)
treee7a1d910095a70d340c19f51a4695654be9e6281 /doc
parent7ec3b48908750edd3d7b86236a614313c1b67120 (diff)
doc: develop: testing: Fix reference to test writing section
Add missing colon in :doc: link. Fixes: fc3283314539 ("doc: Explain briefly how to write new tests") Signed-off-by: Alexander Dahl <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst
index 056bdfd2b69..9114d11ad26 100644
--- a/doc/develop/testing.rst
+++ b/doc/develop/testing.rst
@@ -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