summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
authorpartev <petrosyan@gmail.com>2023-03-23 11:21:08 -0400
committerGitHub <noreply@github.com>2023-03-23 11:21:08 -0400
commit830ccdcc17c13adfe1ca73a188697663b66126f2 (patch)
tree3666f1a95390111bce9924fc3b3fbe503982e9f1 /doc/source/user
parent3ede0d999ea55c07adad0097cef330a61e02a88c (diff)
downloadnumpy-830ccdcc17c13adfe1ca73a188697663b66126f2.tar.gz
DOC: fix broken link to SciPy Tutorial
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index d138242d7..783d5a447 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -1482,7 +1482,7 @@ Further reading
- The `Python tutorial <https://docs.python.org/tutorial/>`__
- :ref:`reference`
-- `SciPy Tutorial <https://docs.scipy.org/doc/scipy/reference/tutorial/index.html>`__
+- `SciPy Tutorial <https://docs.scipy.org/doc/scipy/tutorial/index.html>`__
- `SciPy Lecture Notes <https://scipy-lectures.org>`__
- A `matlab, R, IDL, NumPy/SciPy dictionary <http://mathesaurus.sf.net/>`__
- :doc:`tutorial-svd <numpy-tutorials:content/tutorial-svd>`