summaryrefslogtreecommitdiffstats
path: root/Doc/library/array.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/array.rst')
-rw-r--r--Doc/library/array.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index f1ab959..419d584 100644
--- a/Doc/library/array.rst
+++ b/Doc/library/array.rst
@@ -271,7 +271,7 @@ Examples::
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.