On Fri, 21 Jun 2024 at 01:47, Alexander Dahl <[email protected]> wrote: > > Fixes: fc3283314539 ("doc: Explain briefly how to write new tests") > Signed-off-by: Alexander Dahl <[email protected]> > --- > doc/develop/testing.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]> Please do always add a commit message > > 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 > -- > 2.39.2 >

