From a9d00ef9f068b949ee96bd1e558af5b71c032633 Mon Sep 17 00:00:00 2001 From: KatherineMichel Date: Tue, 17 Oct 2017 23:20:27 -0500 Subject: [PATCH 1/3] Fixing broken link --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index beb0004ac..5cab93b96 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -157,7 +157,7 @@ A free introductory book that teaches Python at the beginner level, it assumes no previous programming experience. `A Byte of Python for Python 2.x `_ - `A Byte of Python for Python 3.x `_ + `A Byte of Python for Python 3.x `_ Learn to Program in Python with Codeacademy From 27657d519d06288b7c7e134a7c05fdfc8bacb129 Mon Sep 17 00:00:00 2001 From: KatherineMichel Date: Tue, 17 Oct 2017 23:27:40 -0500 Subject: [PATCH 2/3] Fixing another broken link --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 5cab93b96..b4cbbb2e6 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -109,7 +109,7 @@ Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's a good read if you are moving from Python 2 to 3 or if you already have some experience programming in another language. - `Dive Into Python 3 `_ + `Dive Into Python 3 `_ Think Python: How to Think Like a Computer Scientist From a4a324447a4708ccac72fdb4435eef8574bd5428 Mon Sep 17 00:00:00 2001 From: KatherineMichel Date: Tue, 17 Oct 2017 23:45:25 -0500 Subject: [PATCH 3/3] Fixing another broken link --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index b4cbbb2e6..e92496f91 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -49,7 +49,7 @@ If you want a more traditional book, *Python For You and Me* is an excellent resource for learning all aspects of the language. `Python for You and Me `_ - `Learn Python Interactively with DataCamp! `_ + `Learn Python Interactively with DataCamp! `_ Online Python Tutor