We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366902f commit c48b5cbCopy full SHA for c48b5cb
1 file changed
pythonkc_site/templates/index.html
@@ -86,7 +86,7 @@ <h1>Resources</h1>
86
<article>
87
<h1>Books</h1>
88
<ul class="resources">
89
- <li><a href="http://www.diveintopython.org/"> Dive Into Python <span class="author">Mark Pilgrim</span></a></li>
+ <li><a href="http://www.diveintopython.net/"> Dive Into Python <span class="author">Mark Pilgrim</span></a></li>
90
<li><a href="http://learnpythonthehardway.org/">Learn Python The Hard Way <span class="author">Zed A. Shaw</span></a></li>
91
<li><a href="http://www.swaroopch.com/notes/Python">A Byte of Python <span class="author">Swaroop C H</span></a></li>
92
<li><a href="http://greenteapress.com/thinkpython/thinkpython.html">Think Python <span class="author">Allen B. Downey</span></a></li>
0 commit comments