summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-12-17 15:07:31 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-12-17 15:07:46 (GMT)
commitabeabd7c0cca4391ef987b2fbd4a8c352adac4c6 (patch)
treefbc912721fdbceadc939745737b0882c0971b334
parentab3f1a2782680e833c9d6f573327b74a6159fe4c (diff)
parent25b25a7724c35bf4111054b87dddf6f7c7e0fbc9 (diff)
downloadCMake-abeabd7c0cca4391ef987b2fbd4a8c352adac4c6.zip
CMake-abeabd7c0cca4391ef987b2fbd4a8c352adac4c6.tar.gz
CMake-abeabd7c0cca4391ef987b2fbd4a8c352adac4c6.tar.bz2
Merge topic 'ci-linkcheck' into release-3.31
25b25a7724 Help: Update link to UTF-8 RFC 3629 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10103
-rw-r--r--Help/command/execute_process.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst
index dba5331..1154687 100644
--- a/Help/command/execute_process.rst
+++ b/Help/command/execute_process.rst
@@ -164,7 +164,8 @@ Options:
``UTF8``
Use the UTF-8 codepage. Use of this name is discouraged in favor
- of ``UTF-8`` to match the `UTF-8 RFC <https://www.ietf.org/rfc/rfc3629>`_
+ of ``UTF-8`` to match the
+ `UTF-8 RFC <https://datatracker.ietf.org/doc/html/rfc3629>`_
naming convention.
``COMMAND_ERROR_IS_FATAL <ANY|LAST>``