Skip to content

Commit e1b05dd

Browse files
authored
Merge pull request #1186 from martymcenroe/fix-numpy-link
fix broken docs link
2 parents 617ea1b + 8b7dca3 commit e1b05dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/intro/duction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include:
3333
Perl's `CPAN <https://www.cpan.org>`_. There is a thriving community
3434
of very powerful Python frameworks and tools like
3535
the `Django <https://www.djangoproject.com>`_ web framework and the
36-
`NumPy <http://numpy.scipy.org>`_ set of math routines.
36+
`NumPy <https://numpy.org/>`_ set of math routines.
3737

3838
* **integration with other systems**
3939

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)