summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-05-13 11:09:05 +0300
committermattip <matti.picus@gmail.com>2018-05-13 11:09:05 +0300
commit85282a5dac927ed731655e0a58fb67d2483f18b9 (patch)
tree577ce3314bebd9a9b0b58bd552102a1d67b276e9 /doc/source/reference
parent25a2d3079ffb9fd0df5e87639941e83d63cd480c (diff)
downloadnumpy-85282a5dac927ed731655e0a58fb67d2483f18b9.tar.gz
DOC: link to updated module docstring, not NEP
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/routines.io.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst
index 573498792..bbe3e8979 100644
--- a/doc/source/reference/routines.io.rst
+++ b/doc/source/reference/routines.io.rst
@@ -14,7 +14,7 @@ NumPy binary files (NPY, NPZ)
savez_compressed
The format of these binary file types is documented in
-http://numpy.github.io/neps/npy-format.html
+:py:mod:`numpy.lib.format`
Text files
----------