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 /Modules/FindPython3.cmake | |
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 'Modules/FindPython3.cmake')
-rw-r--r-- | Modules/FindPython3.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindPython3.cmake b/Modules/FindPython3.cmake index 145c95e..4f198bb 100644 --- a/Modules/FindPython3.cmake +++ b/Modules/FindPython3.cmake @@ -239,8 +239,8 @@ Hints ``Python3_FIND_ABI`` .. versionadded:: 3.16 - This variable defines which ABIs, as defined in - `PEP 3149 <https://www.python.org/dev/peps/pep-3149/>`_, should be searched. + This variable defines which ABIs, as defined in :pep:`3149`, should be + searched. .. note:: @@ -361,7 +361,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>`_. |