summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorJoshua Perrett <jperrett256@gmail.com>2022-11-18 02:26:04 +0000
committerJoshua Perrett <jperrett256@gmail.com>2023-01-18 21:43:49 +0000
commit566e12c9762a6061021c1f99a01c7660c34142c2 (patch)
tree32d2d3526996d61219582c1a940b1a9393e54a2e /Help
parentbef0b9eb647bcf15ff4b3ca7a97fec2a45be3773 (diff)
downloadcmake-566e12c9762a6061021c1f99a01c7660c34142c2.tar.gz
Tutorial: Fix destination of link from Step 6 to Step 5
The link in Step 6 (to "Testing Support") clearly refers to Exercise 2. Fix the location to which the link jumps.
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/Installing and Testing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Installing and Testing.rst b/Help/guide/tutorial/Installing and Testing.rst
index aa3fb74dbc..7a59fcba21 100644
--- a/Help/guide/tutorial/Installing and Testing.rst
+++ b/Help/guide/tutorial/Installing and Testing.rst
@@ -1,8 +1,6 @@
Step 5: Installing and Testing
==============================
-.. _`Tutorial Testing Support`:
-
Exercise 1 - Install Rules
^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -154,6 +152,8 @@ are similar. To the end of the top-level ``CMakeLists.txt`` we add:
That is all that is needed to create a basic local
install of the tutorial.
+.. _`Tutorial Testing Support`:
+
Exercise 2 - Testing Support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^