From 69edaab80dd0d35356981fcc006fcf22d53d462e Mon Sep 17 00:00:00 2001 From: Lucia Santamaria Date: Mon, 18 Apr 2016 21:37:06 +0200 Subject: [PATCH] Update link to numpy tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a900a..d3405f3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Practice those examples using alternatively python files, the IPython interprete ## NumPy and SciPy ### NumPy -Start with the official [NumPy Tutorial](http://wiki.scipy.org/Tentative_NumPy_Tutorial). Note: if this link returns an error, move to the [PDF version](https://docs.google.com/viewer?url=http://www.cs.man.ac.uk/~barry/mydocs/MyCOMP28512/MS15_Notes/PyRefs/Tentative_NumPy_Tutorial.pdf). +Start with the official [NumPy Tutorial](https://docs.scipy.org/doc/numpy-dev/user/quickstart.html). Move on to these [exercises](http://scipy-lectures.github.io/intro/numpy/exercises.html).