From 2e69207eee3e4df1de660a557d45a79a933e3b4c Mon Sep 17 00:00:00 2001 From: Gavin Greenwalt Date: Tue, 16 Feb 2021 13:40:47 -0800 Subject: [PATCH] Update py_intro.rst Broken link. --- source/py_tutorials/py_setup/py_intro/py_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/py_tutorials/py_setup/py_intro/py_intro.rst b/source/py_tutorials/py_setup/py_intro/py_intro.rst index a62e1c8..0a93059 100644 --- a/source/py_tutorials/py_setup/py_intro/py_intro.rst +++ b/source/py_tutorials/py_setup/py_intro/py_intro.rst @@ -62,7 +62,7 @@ Below is the list of contributors who submitted tutorials to OpenCV-Python. Additional Resources ======================= -1. A Quick guide to Python - `A Byte of Python `_ +1. `An introduction to Python `_ 2. `Basic Numpy Tutorials `_ 3. `Numpy Examples List `_ 4. `OpenCV Documentation `_