From 88780ee22698504e611142d2a2df1b1a66fcd432 Mon Sep 17 00:00:00 2001 From: partev Date: Fri, 26 May 2023 15:44:40 -0400 Subject: [PATCH] DOC: fix broken link to SciPy Tutorial fix broken link to SciPy Tutorial --- content/tutorial-svd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial-svd.md b/content/tutorial-svd.md index cafc9697..a1fe60a4 100644 --- a/content/tutorial-svd.md +++ b/content/tutorial-svd.md @@ -379,6 +379,6 @@ terms of the norm of the difference. For more information, see *G. H. Golub and - [Python tutorial](https://docs.python.org/dev/tutorial/index.html) - [NumPy Reference](https://numpy.org/devdocs/reference/index.html#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/)