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/3.7.rst | |
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/3.7.rst')
-rw-r--r-- | Help/release/3.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |