Issue #26736: Used HTTPS for external links in the documentation if possible.
diff --git a/Doc/library/bisect.rst b/Doc/library/bisect.rst
index 64a362e..b6577e5 100644
--- a/Doc/library/bisect.rst
+++ b/Doc/library/bisect.rst
@@ -62,7 +62,7 @@
.. seealso::
`SortedCollection recipe
- <http://code.activestate.com/recipes/577197-sortedcollection/>`_ that uses
+ <https://code.activestate.com/recipes/577197-sortedcollection/>`_ that uses
bisect to build a full-featured collection class with straight-forward search
methods and support for a key-function. The keys are precomputed to save
unnecessary calls to the key function during searches.