summaryrefslogtreecommitdiff
path: root/doc/develop/testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develop/testing.rst')
-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