diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 14:54:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-07 15:07:36 (GMT) |
commit | 435b0c573c391f9eaae9a8d0d67629473297c987 (patch) | |
tree | ec9fb74213c5748b4510d56f886cf1622bd1400f /Help/release | |
parent | ac5295a9dea2ff5f130dbd6dd9429bc42761a995 (diff) | |
download | CMake-435b0c573c391f9eaae9a8d0d67629473297c987.zip CMake-435b0c573c391f9eaae9a8d0d67629473297c987.tar.gz CMake-435b0c573c391f9eaae9a8d0d67629473297c987.tar.bz2 |
Help: Fix some redirects reported with sphinx linkcheck
Mostly it's about replace `http:` with `https:` protocol.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.0.rst | 2 | ||||
-rw-r--r-- | Help/release/3.11.rst | 2 | ||||
-rw-r--r-- | Help/release/3.12.rst | 4 | ||||
-rw-r--r-- | Help/release/3.20.rst | 2 | ||||
-rw-r--r-- | Help/release/3.25.rst | 2 | ||||
-rw-r--r-- | Help/release/3.3.rst | 2 | ||||
-rw-r--r-- | Help/release/3.7.rst | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/Help/release/3.0.rst b/Help/release/3.0.rst index 64491e3..e37c130 100644 --- a/Help/release/3.0.rst +++ b/Help/release/3.0.rst @@ -11,7 +11,7 @@ Documentation Changes ===================== * The CMake documentation has been converted to reStructuredText and - now transforms via Sphinx (`<http://sphinx-doc.org>`__) into man and + now transforms via Sphinx (`<https://www.sphinx-doc.org>`__) into man and html pages. This allows the documentation to be properly indexed and to contain cross-references. diff --git a/Help/release/3.11.rst b/Help/release/3.11.rst index a80657d..957dd4f 100644 --- a/Help/release/3.11.rst +++ b/Help/release/3.11.rst @@ -174,7 +174,7 @@ Modules to removal of the ``javah`` tool by `JEP 313`_. .. _`FLAME`: https://github.com/flame -.. _`JEP 313`: http://openjdk.java.net/jeps/313 +.. _`JEP 313`: https://openjdk.java.net/jeps/313 Autogen ------- diff --git a/Help/release/3.12.rst b/Help/release/3.12.rst index 481027e..dcdae1d 100644 --- a/Help/release/3.12.rst +++ b/Help/release/3.12.rst @@ -242,7 +242,7 @@ CPack * A :cpack_gen:`CPack NuGet Generator` was was added with basic support for `NuGet`_. -.. _NuGet: https://docs.microsoft.com/en-us/nuget/what-is-nuget +.. _NuGet: https://learn.microsoft.com/en-us/nuget/what-is-nuget Other ----- @@ -302,4 +302,4 @@ Other Changes (and legacy ``swig_add_module`` command) now set the prefix of Java modules to ``""`` for MINGW, MSYS, and CYGWIN environments. -.. _`Fortran Submodules`: http://fortranwiki.org/fortran/show/Submodules +.. _Fortran Submodules: https://fortranwiki.org/fortran/show/Submodules diff --git a/Help/release/3.20.rst b/Help/release/3.20.rst index 71f47c4..40cac41 100644 --- a/Help/release/3.20.rst +++ b/Help/release/3.20.rst @@ -263,7 +263,7 @@ CPack :variable:`CPACK_NUGET_<compName>_PACKAGE_LANGUAGE` allow the locale for a package to be specified, for example ``en_CA``. -.. _Software Package Data Exchange: https://spdx.org/ +.. _Software Package Data Exchange: https://spdx.dev/ Deprecated and Removed Features =============================== diff --git a/Help/release/3.25.rst b/Help/release/3.25.rst index 199e067..7d0cf0a 100644 --- a/Help/release/3.25.rst +++ b/Help/release/3.25.rst @@ -62,7 +62,7 @@ Compilers Standalone: ARM, MCS, 8051) was added with compiler id ``Tasking``. See the :variable:`CMAKE_TASKING_TOOLSET` variable. -.. _`Tasking compiler toolsets`: https://tasking.com +.. _Tasking compiler toolsets: https://www.tasking.com Commands -------- diff --git a/Help/release/3.3.rst b/Help/release/3.3.rst index 44f4e19..2dc237f 100644 --- a/Help/release/3.3.rst +++ b/Help/release/3.3.rst @@ -26,7 +26,7 @@ Generators added on Windows. `Green Hills MULTI`_ is an IDE for embedded real-time systems. -.. _`Green Hills MULTI`: http://www.ghs.com/products/MULTI_IDE.html +.. _`Green Hills MULTI`: https://www.ghs.com/products/MULTI_IDE.html Commands -------- diff --git a/Help/release/3.7.rst b/Help/release/3.7.rst index 345c056..9656a54 100644 --- a/Help/release/3.7.rst +++ b/Help/release/3.7.rst @@ -315,5 +315,5 @@ Other Changes * Vim support files ``indent/cmake.vim`` and ``syntax/cmake.vim`` from the `vim-cmake-syntax`_ project are now distributed with CMake. -.. _`Fortran Submodules`: http://fortranwiki.org/fortran/show/Submodules +.. _`Fortran Submodules`: https://fortranwiki.org/fortran/show/Submodules .. _`vim-cmake-syntax`: https://github.com/pboettch/vim-cmake-syntax |