From 27181aa06b73e21b8c94c8650c753bfa309bd137 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:36:42 -0700 Subject: [PATCH] Docs: fix checksums section cross-reference (#5376) The checksums section title was changed to "Checksums on Tests" in the latest version of #5372, but the cross-reference in the testing section wasn't updated and still had the old name "Using checksums". --------- Co-authored-by: Axel Huebl --- Docs/source/developers/testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/source/developers/testing.rst b/Docs/source/developers/testing.rst index 5fd4b498b07..111e3e7d7cb 100644 --- a/Docs/source/developers/testing.rst +++ b/Docs/source/developers/testing.rst @@ -1,6 +1,6 @@ .. _developers-testing: -Testing the code +Testing the Code ================ When proposing a code change, you want to make sure that @@ -123,7 +123,7 @@ An automated test typically consists of the following components: * analysis script; * checksum file. -To learn more about how to use checksums in automated tests, please see the corresponding section :ref:`Using checksums `. +To learn more about how to use checksums in automated tests, please see the corresponding section :ref:`Checksums on Tests `. As mentioned above, the input files and scripts used by the automated tests can be found in the `Examples `__ directory, under either `Physics_applications `__ or `Tests `__.