diff options
author | Brad King <brad.king@kitware.com> | 2023-11-21 23:41:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-21 23:46:41 (GMT) |
commit | 486c89dd6a4b867eabd34820c6790c974b352b0f (patch) | |
tree | 2a2e68ae86f3ed2a1c6b72dcbbfee2f62f117bfa /Help/manual/ctest.1.rst | |
parent | fa272fa91e772bf060950473c4616e8a0d6806e5 (diff) | |
download | CMake-486c89dd6a4b867eabd34820c6790c974b352b0f.zip CMake-486c89dd6a4b867eabd34820c6790c974b352b0f.tar.gz CMake-486c89dd6a4b867eabd34820c6790c974b352b0f.tar.bz2 |
Help: Fix ctest(1) manual links to www.cdash.org
When the link was updated to `https` by commit 52eac4573d (Help: Fix
link to cdash.org from CTest manual, 2021-04-21, v3.21.0-rc1~262^2~2)
the markup was incorrectly adjusted to show the link as part of the
"See Also" section. It is meant to be the link destination for links
in prose elsewhere in the manual. Fix the markup and move it to a
clearer location. Also update the link to resolve a redirect.
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 5e82faa..c3c249c 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -651,6 +651,8 @@ a `CDash`_ server. The command-line signature used to submit to `CDash`_ is:: ctest -S <script> [-- <dashboard-options>...] ctest -SP <script> [-- <dashboard-options>...] +.. _`CDash`: https://www.cdash.org + Options for Dashboard Client include: .. option:: -D <dashboard>, --dashboard <dashboard> @@ -1820,5 +1822,3 @@ See Also ======== .. include:: LINKS.txt - -_`CDash`: https://cdash.org |