diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-23 15:24:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 15:24:21 -0400 |
| commit | 565394bf01017a7ec9479f534d9f9ae32e825836 (patch) | |
| tree | 2c7a014b676ba3bb58cb1593a726c6707f94f7a7 | |
| parent | bfc2504f104ef46b56ee1d04133b03d26022db97 (diff) | |
| parent | 830ccdcc17c13adfe1ca73a188697663b66126f2 (diff) | |
| download | numpy-565394bf01017a7ec9479f534d9f9ae32e825836.tar.gz | |
Merge pull request #23437 from partev/patch-1
DOC: fix broken link to SciPy Tutorial
| -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>` |
