Extend source layout description in dev guide
[alexxy/gromacs.git] / docs / dev-manual / testutils.rst
index 5e9536e34dd64d4d9c18364921fd1493365901a6..3f7ff23536beec5c434feb5a533e6a70a3e9d73c 100644 (file)
@@ -9,7 +9,7 @@ they are easy to run after every change to check that nothing has been broken.
 Finding, building and running
 -----------------------------
 
-As described in :doc:`codelayout`, ``src/gromacs/`` is divided into modules,
+As described in :ref:`dev-source-layout`, ``src/gromacs/`` is divided into modules,
 each corresponding to a subdirectory.  If available, unit tests for that module
 can be found in a ``tests/`` subdirectory under the top-level module directory.
 Typically, tests for code in :file:`{file}.h` in the module is in a corresponding