diff --git a/content/pages/01-introduction/02-python-programming-language.markdown b/content/pages/01-introduction/02-python-programming-language.markdown index a3b046bb1..d5c973a7f 100644 --- a/content/pages/01-introduction/02-python-programming-language.markdown +++ b/content/pages/01-introduction/02-python-programming-language.markdown @@ -86,7 +86,7 @@ Dictionary comprehension: is incredibly meta but really useful for wrapping your head around some of the lower level stuff going on in the language. -* [A few things to remember while coding in Python](http://satyajit.ranjeev.in/2012/05/17/python-a-few-things-to-remember.html) +* [A few things to remember while coding in Python](http://satyajit.ranjeev.in/) is a nice collection of good practices to use while building programs with the language.