Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro/duction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include:
Perl's `CPAN <https://www.cpan.org>`_. There is a thriving community
of very powerful Python frameworks and tools like
the `Django <https://www.djangoproject.com>`_ web framework and the
`NumPy <http://numpy.scipy.org>`_ set of math routines.
`NumPy <https://numpy.org/>`_ set of math routines.

* **integration with other systems**

Expand Down
2 changes: 1 addition & 1 deletion docs/scenarios/scientific.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Libraries
NumPy
-----

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