From 1622e7cc90e7d51cc6f0598eb15efebf1902ca69 Mon Sep 17 00:00:00 2001 From: Daniel Mallia Date: Mon, 4 May 2020 23:20:52 -0400 Subject: [PATCH] Update NumPy links --- doc/py_tutorials/py_setup/py_intro/py_intro.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown index c8041bb2c5..487ba72ee7 100644 --- a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown +++ b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown @@ -80,7 +80,7 @@ Additional Resources -------------------- -# A Quick guide to Python - [A Byte of Python](http://swaroopch.com/notes/python/) -2. [Basic Numpy Tutorials](http://wiki.scipy.org/Tentative_NumPy_Tutorial) -3. [Numpy Examples List](http://wiki.scipy.org/Numpy_Example_List) +2. [NumPy Quickstart tutorial](https://numpy.org/devdocs/user/quickstart.html) +3. [NumPy Reference](https://numpy.org/devdocs/reference/index.html#reference) 4. [OpenCV Documentation](http://docs.opencv.org/) 5. [OpenCV Forum](http://answers.opencv.org/questions/)