diff options
-rw-r--r-- | pyc/templates/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyc/templates/faq.html b/pyc/templates/faq.html index c488d7b..717e21f 100644 --- a/pyc/templates/faq.html +++ b/pyc/templates/faq.html @@ -23,8 +23,8 @@ Why should I learn Python? It's a good first language for <a href="http://docs.python.org/faq/general.html#is-python-a-good-language-for-beginning-programmers">a</a> <a href="http://www.stanford.edu/~pgbovine/python-teaching.htm">variety</a> -<a href="http://openbookproject.net/thinkCSpy/foreword.html">of</a> -<a href="http://openbookproject.net/thinkCSpy/preface.html">reasons</a>. +<a href="http://openbookproject.net/thinkcs/python/english3e/foreword.html">of</a> +<a href="http://openbookproject.net/thinkcs/python/english3e/preface.html">reasons</a>. </p> <p> Learning a programming language helps you understand how your computer works. |