diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-06-16 09:45:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-16 09:45:29 -0600 |
commit | 59bd9ee273f26f335f1f77e0b85ede8d209a7e07 (patch) | |
tree | f62c5aa84a9db02f3b6460e66b56cd299e4a794f /numpy/lib/format.py | |
parent | bf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff) | |
parent | 83828f52b287fefb3d8753a21bd3441997a4d687 (diff) | |
download | numpy-59bd9ee273f26f335f1f77e0b85ede8d209a7e07.tar.gz |
Merge pull request #11353 from mwtoews/linkrot
DOC, MAINT: HTTP -> HTTPS, and other linkrot fixes
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r-- | numpy/lib/format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py index 23eac7e7d..ef5ec57e3 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -150,7 +150,7 @@ Notes ----- The ``.npy`` format, including motivation for creating it and a comparison of alternatives, is described in the `"npy-format" NEP -<http://www.numpy.org/neps/nep-0001-npy-format.html>`_, however details have +<https://www.numpy.org/neps/nep-0001-npy-format.html>`_, however details have evolved with time and this document is more current. """ |