Skip to content

Commit 63f96a4

Browse files
committed
fix broken docs link
numpy.scipy.org is dead, numpy moved to numpy.org
1 parent 5b67cf2 commit 63f96a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/scenarios/scientific.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Libraries
4747
NumPy
4848
-----
4949

50-
`NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
50+
`NumPy <https://numpy.org/>`_ is a low level library written in C (and
5151
Fortran) for high level mathematical functions. NumPy cleverly overcomes the
5252
problem of running slower algorithms on Python by using multidimensional arrays
5353
and functions that operate on arrays. Any algorithm can then be expressed as a

0 commit comments

Comments
 (0)