diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:58 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:58 +0300 |
commit | 1acbf853c8be743c88141501ae879d63eb8ce209 (patch) | |
tree | 436fd38b15cda0f644ccae8d238096087c17f63d /Doc/library/array.rst | |
parent | a5f3a507345c8a01d99960a036dfa9d1baf8da10 (diff) | |
parent | 6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (diff) | |
download | cpython-git-1acbf853c8be743c88141501ae879d63eb8ce209.tar.gz |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/array.rst')
-rw-r--r-- | Doc/library/array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst index f1ab959572..419d584ac8 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. |