diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 18:54:56 +0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-07 10:07:36 -0500 |
commit | 435b0c573c391f9eaae9a8d0d67629473297c987 (patch) | |
tree | ec9fb74213c5748b4510d56f886cf1622bd1400f /Help/variable | |
parent | ac5295a9dea2ff5f130dbd6dd9429bc42761a995 (diff) | |
download | cmake-435b0c573c391f9eaae9a8d0d67629473297c987.tar.gz |
Help: Fix some redirects reported with sphinx linkcheck
Mostly it's about replace `http:` with `https:` protocol.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_ID.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index 0174c56265..e311d1bdd8 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -55,13 +55,13 @@ languages. .. _Embarcadero: https://www.embarcadero.com .. _Classic Flang Fortran Compiler: https://github.com/flang-compiler/flang .. _LLVM Flang Fortran Compiler: https://github.com/llvm/llvm-project/tree/main/flang -.. _G95 Fortran: http://g95.sourceforge.net +.. _G95 Fortran: https://g95.sourceforge.net .. _GNU Compiler Collection: https://gcc.gnu.org .. _Green Hills Software: https://www.ghs.com/products/compiler.html .. _Microsoft Visual Studio: https://visualstudio.microsoft.com .. _NVIDIA HPC Compiler: https://developer.nvidia.com/hpc-compilers .. _NVIDIA CUDA Compiler: https://developer.nvidia.com/cuda-llvm-compiler .. _Open Watcom: https://open-watcom.github.io -.. _Small Device C Compiler: http://sdcc.sourceforge.net +.. _Small Device C Compiler: https://sdcc.sourceforge.net .. _Tiny C Compiler: https://bellard.org/tcc -.. _Tasking Compiler Toolsets: https://tasking.com +.. _Tasking Compiler Toolsets: https://www.tasking.com |