diff --git a/doc/contrib/unit_tests.rst b/doc/contrib/unit_tests.rst index fa7ec00b0..de31cf26f 100644 --- a/doc/contrib/unit_tests.rst +++ b/doc/contrib/unit_tests.rst @@ -24,7 +24,7 @@ C++: Google Test ================ Add your test under the directory `tests/cpp/ `_. Refer to `this excellent tutorial on using Google Test `_. -You may try running your test by following instructions in :ref:`this section `. +You may try running your test by following instructions in :ref:`this section `. Note. Google Test version 1.8.1 or later is required. JVM packages: JUnit / scalatest ===============================