diff options
author | Brad King <brad.king@kitware.com> | 2023-02-15 12:04:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-17 13:45:01 (GMT) |
commit | 3c5b34af9db82cb88016aae5e95b3556af611c2e (patch) | |
tree | c0c6db80118c44054cb9625b8b736363e9a84dc3 /Help | |
parent | 1004be159f75245f796ff720c49b5cb11a94e967 (diff) | |
download | CMake-3c5b34af9db82cb88016aae5e95b3556af611c2e.zip CMake-3c5b34af9db82cb88016aae5e95b3556af611c2e.tar.gz CMake-3c5b34af9db82cb88016aae5e95b3556af611c2e.tar.bz2 |
Help: Replace links with their permanent redirects
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/separate_arguments.rst | 2 | ||||
-rw-r--r-- | Help/cpack_gen/wix.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/separate_arguments.rst b/Help/command/separate_arguments.rst index f66af35..4f0b25e 100644 --- a/Help/command/separate_arguments.rst +++ b/Help/command/separate_arguments.rst @@ -69,7 +69,7 @@ be one of the following keywords: The contents of ``out`` will be: ``/path/to/cc;-c;main.c`` -.. _`Parsing C Command-Line Arguments`: https://msdn.microsoft.com/library/a1y7w461.aspx +.. _`Parsing C Command-Line Arguments`: https://learn.microsoft.com/en-us/cpp/c-language/parsing-c-command-line-arguments .. code-block:: cmake diff --git a/Help/cpack_gen/wix.rst b/Help/cpack_gen/wix.rst index c880049..af01252 100644 --- a/Help/cpack_gen/wix.rst +++ b/Help/cpack_gen/wix.rst @@ -111,7 +111,7 @@ Windows using WiX. simply provide the name of the culture. If you specify more than one culture identifier in a comma or semicolon delimited list, the first one that is found will be used. You can find a list of supported languages at: - https://wixtoolset.org//documentation/manual/v3/wixui/wixui_localization.html + https://wixtoolset.org/docs/v3/wixui/wixui_localization/ .. variable:: CPACK_WIX_TEMPLATE @@ -319,7 +319,7 @@ Windows using WiX. for using WiX extensions. Each declaration should be in the form name=url, where name is the plain namespace without the usual xmlns: prefix and url is an unquoted namespace url. A list of commonly known WiX schemata can be found here: - https://wixtoolset.org/documentation/manual/v3/xsd/ + https://wixtoolset.org/docs/v3/xsd/ .. variable:: CPACK_WIX_SKIP_WIX_UI_EXTENSION |