diff options
author | Brad King <brad.king@kitware.com> | 2024-12-16 14:19:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-12-16 14:20:23 (GMT) |
commit | 25b25a7724c35bf4111054b87dddf6f7c7e0fbc9 (patch) | |
tree | fbc912721fdbceadc939745737b0882c0971b334 | |
parent | ab3f1a2782680e833c9d6f573327b74a6159fe4c (diff) | |
download | CMake-25b25a7724c35bf4111054b87dddf6f7c7e0fbc9.zip CMake-25b25a7724c35bf4111054b87dddf6f7c7e0fbc9.tar.gz CMake-25b25a7724c35bf4111054b87dddf6f7c7e0fbc9.tar.bz2 |
Help: Update link to UTF-8 RFC 3629
The old link now returns 404.
-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>`` |