Skip to content

Commit c22a660

Browse files
committed
Fix broken links
1 parent 9f03fa0 commit c22a660

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

source/guides/installing-scientific-packages.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ kinds of hardware, or to interoperate with different pieces of external
1414
software.
1515

1616
In particular, `NumPy <https://numpy.org/>`__, which provides the basis
17-
for most of the software in the :doc:`scientific Python stack
18-
<scipy:stackspec>` can be configured
17+
for most of the software in the `scientific Python stack
18+
<https://scientific-python.org>`_ can be configured
1919
to interoperate with different FORTRAN libraries, and can take advantage
2020
of different levels of vectorised instructions available in modern CPUs.
2121

@@ -98,8 +98,9 @@ install the :ref:`scientific Python stack
9898
SciPy distributions
9999
-------------------
100100

101-
The SciPy site lists :doc:`several distributions
102-
<scipy:install>` that provide the full SciPy stack to
101+
The SciPy site lists `several distributions
102+
<https://scipy.org/install/#distributions>`_
103+
that provide the full SciPy stack to
103104
end users in an easy to use and update format.
104105

105106
Some of these distributions may not be compatible with the standard ``pip``

0 commit comments

Comments
 (0)