diff options
author | raylu <raylu@mixpanel.com> | 2012-08-02 13:34:40 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2012-08-02 13:34:40 -0700 |
commit | 9e2a09e7254b3ad89d43c96be9229590518e9737 (patch) | |
tree | 458f822d59a7e6e68103dc7ea73549bf8fb42b5b | |
parent | 29140e8826a93d7cddb7f0de42a05639c239ae8d (diff) | |
download | pyc-9e2a09e7254b3ad89d43c96be9229590518e9737.tar.xz |
update links for faq
-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. |