Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
diff --git a/Doc/library/random.rst b/Doc/library/random.rst
index 58e0b17..df502a0 100644
--- a/Doc/library/random.rst
+++ b/Doc/library/random.rst
@@ -267,7 +267,7 @@
 
 
    `Complementary-Multiply-with-Carry recipe
-   <http://code.activestate.com/recipes/576707/>`_ for a compatible alternative
+   <https://code.activestate.com/recipes/576707/>`_ for a compatible alternative
    random number generator with a long period and comparatively simple update
    operations.