Issue #26736: Used HTTPS for external links in the documentation if possible.
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index 1766d47..5b9f345 100644
--- a/Doc/library/array.rst
+++ b/Doc/library/array.rst
@@ -268,7 +268,7 @@
       Packing and unpacking of External Data Representation (XDR) data as used in some
       remote procedure call systems.
 
-   `The Numerical Python Documentation <http://docs.scipy.org/doc/>`_
+   `The Numerical Python Documentation <https://docs.scipy.org/doc/>`_
       The Numeric Python extension (NumPy) defines another array type; see
       http://www.numpy.org/ for further information about Numerical Python.