From 98c9674c5e610af74471a1a67aa5db973490fb80 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 19 Jul 2024 10:08:06 -0400 Subject: [PATCH] FindPython: Replace link to PyPy with its http redirect --- Modules/FindPython.cmake | 2 +- Modules/FindPython2.cmake | 2 +- Modules/FindPython3.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake index 345afc55b9..7f119990ae 100644 --- a/Modules/FindPython.cmake +++ b/Modules/FindPython.cmake @@ -445,7 +445,7 @@ Hints See `IronPython `_. * ``PyPy``: This implementation use ``RPython`` language and ``RPython translation toolchain`` to produce the python interpreter. - See `PyPy `_. + See `PyPy `_. The default value is: diff --git a/Modules/FindPython2.cmake b/Modules/FindPython2.cmake index eb2b5a8d0c..cdb40380ad 100644 --- a/Modules/FindPython2.cmake +++ b/Modules/FindPython2.cmake @@ -339,7 +339,7 @@ Hints See `IronPython `_. * ``PyPy``: This implementation use ``RPython`` language and ``RPython translation toolchain`` to produce the python interpreter. - See `PyPy `_. + See `PyPy `_. The default value is: diff --git a/Modules/FindPython3.cmake b/Modules/FindPython3.cmake index 9002209be6..5214583ff1 100644 --- a/Modules/FindPython3.cmake +++ b/Modules/FindPython3.cmake @@ -443,7 +443,7 @@ Hints See `IronPython `_. * ``PyPy``: This implementation use ``RPython`` language and ``RPython translation toolchain`` to produce the python interpreter. - See `PyPy `_. + See `PyPy `_. The default value is: