summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/f2py/setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/f2py/setup.py b/numpy/f2py/setup.py
index daefc02ed..499609f96 100644
--- a/numpy/f2py/setup.py
+++ b/numpy/f2py/setup.py
@@ -66,7 +66,6 @@ command line tool (f2py) for generating Python C/API modules for
wrapping Fortran 77/90/95 subroutines, accessing common blocks from
Python, and calling Python functions from Fortran (call-backs).
Interfacing subroutines/data from Fortran 90/95 modules is supported.""",
- url="https://web.archive.org/web/20140822061353/"\
- "http://cens.ioc.ee/projects/f2py2e/",
+ url="https://numpy.org/doc/stable/f2py/",
keywords=['Fortran', 'f2py'],
**config)