summaryrefslogtreecommitdiff
path: root/Modules/FindPython2.cmake
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-11-06 18:54:56 +0400
committerBrad King <brad.king@kitware.com>2022-11-07 10:07:36 -0500
commit435b0c573c391f9eaae9a8d0d67629473297c987 (patch)
treeec9fb74213c5748b4510d56f886cf1622bd1400f /Modules/FindPython2.cmake
parentac5295a9dea2ff5f130dbd6dd9429bc42761a995 (diff)
downloadcmake-435b0c573c391f9eaae9a8d0d67629473297c987.tar.gz
Help: Fix some redirects reported with sphinx linkcheck
Mostly it's about replace `http:` with `https:` protocol.
Diffstat (limited to 'Modules/FindPython2.cmake')
-rw-r--r--Modules/FindPython2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPython2.cmake b/Modules/FindPython2.cmake
index 0888fad7ea..268acfef13 100644
--- a/Modules/FindPython2.cmake
+++ b/Modules/FindPython2.cmake
@@ -302,7 +302,7 @@ Hints
``Anaconda`` or ``ActivePython``, rely on this implementation.
* ``IronPython``: This implementation use the ``CSharp`` language for
``.NET Framework`` on top of the `Dynamic Language Runtime` (``DLR``).
- See `IronPython <http://ironpython.net>`_.
+ See `IronPython <https://ironpython.net>`_.
* ``PyPy``: This implementation use ``RPython`` language and
``RPython translation toolchain`` to produce the python interpreter.
See `PyPy <https://www.pypy.org>`_.