Skip to content

Commit a6aa52a

Browse files
authored
Fixed URL for Dive Into Python
Before, link to "Dive Into Python 3" was broken. Now, link points to correct page.
1 parent 566e827 commit a6aa52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's
120120
a good read if you are moving from Python 2 to 3 or if you already have some
121121
experience programming in another language.
122122

123-
`Dive Into Python 3 <http://www.diveintopython3.net/>`_
123+
`Dive Into Python 3 <http://diveintopython3.problemsolving.io/>`_
124124

125125

126126
Think Python: How to Think Like a Computer Scientist

0 commit comments

Comments
 (0)