summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-08-04 10:30:05 (GMT)
committerGitHub <noreply@github.com>2022-08-04 10:30:05 (GMT)
commitd0d0154443cafb2f0a2cdfb6a1267d80cce8388e (patch)
treef4602d75ba6e3f6cf18974d32584e07ac099194d /Doc/library/stdtypes.rst
parent621b33ce258f3eaf154322c1edf0ead1e4892e36 (diff)
downloadcpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.zip
cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.tar.gz
cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.tar.bz2
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
It updates links which redirect to HTTPS with different authority or path.
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 33fd283..2480e71 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -1453,7 +1453,7 @@ objects that compare equal might have different :attr:`~range.start`,
.. seealso::
- * The `linspace recipe <http://code.activestate.com/recipes/579000/>`_
+ * The `linspace recipe <https://code.activestate.com/recipes/579000/>`_
shows how to implement a lazy version of range suitable for floating
point applications.