summaryrefslogtreecommitdiff
path: root/numpy/doc/misc.py
diff options
context:
space:
mode:
authorNikita Kartashov <snailandmail@gmail.com>2018-04-21 13:16:12 +0100
committerNikita Kartashov <snailandmail@gmail.com>2018-04-21 13:22:17 +0100
commitc3c52b276892c7c1d8eeb1c9067dc02178e48863 (patch)
treeefd0731142b0badc30e38a3840a7680e3577f0f0 /numpy/doc/misc.py
parent67b9a768a7e6f373bbba02df302622773559ca4b (diff)
downloadnumpy-c3c52b276892c7c1d8eeb1c9067dc02178e48863.tar.gz
DOC: fix broken links for developer documentation
Some links in developer documentation and files had extraneous '-dev' in them, removing it restore the working state of the links. See: #10939
Diffstat (limited to 'numpy/doc/misc.py')
-rw-r--r--numpy/doc/misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/misc.py b/numpy/doc/misc.py
index 5d6708a0d..24369871c 100644
--- a/numpy/doc/misc.py
+++ b/numpy/doc/misc.py
@@ -209,7 +209,7 @@ Only a survey of the choices. Little detail on how each works.
Interfacing to Fortran:
-----------------------
The clear choice to wrap Fortran code is
-`f2py <http://docs.scipy.org/doc/numpy-dev/f2py/>`_.
+`f2py <http://docs.scipy.org/doc/numpy/f2py/>`_.
Pyfort is an older alternative, but not supported any longer.
Fwrap is a newer project that looked promising but isn't being developed any