diff options
author | Brad King <brad.king@kitware.com> | 2024-12-17 15:07:31 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-12-17 15:07:46 (GMT) |
commit | abeabd7c0cca4391ef987b2fbd4a8c352adac4c6 (patch) | |
tree | fbc912721fdbceadc939745737b0882c0971b334 | |
parent | ab3f1a2782680e833c9d6f573327b74a6159fe4c (diff) | |
parent | 25b25a7724c35bf4111054b87dddf6f7c7e0fbc9 (diff) | |
download | CMake-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.rst | 3 |
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>`` |