diff options
Diffstat (limited to 'docs/MakefileGuide.rst')
-rw-r--r-- | docs/MakefileGuide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst index d2bdd24a9e..2c1d33e962 100644 --- a/docs/MakefileGuide.rst +++ b/docs/MakefileGuide.rst @@ -339,7 +339,7 @@ the invocation of ``make check-local`` in the ``test`` directory. The intended usage for this is to assist in running specific suites of tests. If ``TESTSUITE`` is not set, the implementation of ``check-local`` should run all normal tests. It is up to the project to define what different values for -``TESTSUTE`` will do. See the `Testing Guide <TestingGuide.html>`_ for further +``TESTSUTE`` will do. See the :doc:`Testing Guide <TestingGuide>` for further details. ``check-local`` |