diff options
author | partev <petrosyan@gmail.com> | 2023-03-23 11:21:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 11:21:08 -0400 |
commit | 830ccdcc17c13adfe1ca73a188697663b66126f2 (patch) | |
tree | 3666f1a95390111bce9924fc3b3fbe503982e9f1 /doc/source/user | |
parent | 3ede0d999ea55c07adad0097cef330a61e02a88c (diff) | |
download | numpy-830ccdcc17c13adfe1ca73a188697663b66126f2.tar.gz |
DOC: fix broken link to SciPy Tutorial
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/quickstart.rst | 2 |
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>` |