diff options
author | Joshua Perrett <jperrett256@gmail.com> | 2022-11-18 02:26:04 (GMT) |
---|---|---|
committer | Joshua Perrett <jperrett256@gmail.com> | 2023-01-18 21:43:49 (GMT) |
commit | 566e12c9762a6061021c1f99a01c7660c34142c2 (patch) | |
tree | 32d2d3526996d61219582c1a940b1a9393e54a2e /Help | |
parent | bef0b9eb647bcf15ff4b3ca7a97fec2a45be3773 (diff) | |
download | CMake-566e12c9762a6061021c1f99a01c7660c34142c2.zip CMake-566e12c9762a6061021c1f99a01c7660c34142c2.tar.gz CMake-566e12c9762a6061021c1f99a01c7660c34142c2.tar.bz2 |
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.rst | 4 |
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 aa3fb74..7a59fcb 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |