diff options
| author | Maxime Turcotte <maxime.turcotte@savoirfairelinux.com> | 2014-06-10 15:16:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-10 15:41:25 -0400 |
| commit | fcd2e06ae5110fe6327128e8d170302c20077988 (patch) | |
| tree | d3e5e4539fde72141012307b6df80acc93b01bd0 /docs/intro | |
| parent | ab2a2f669563cea542a721fcbc907bb7c93d6e1f (diff) | |
[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links
Backport of f97c53c098 from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 6 | ||||
| -rw-r--r-- | docs/intro/index.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 98bf41c176..081f78c8cc 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -37,8 +37,8 @@ so that it can be of use to the widest audience. to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to chat with other Django users who might be able to help. -__ http://diveintopython.net/toc/index.html -__ http://diveintopython3.net/ +__ http://www.diveintopython.net/toc/index.html +__ http://www.diveintopython3.net/ __ irc://irc.freenode.net/django-dev What does this tutorial cover? @@ -289,7 +289,7 @@ correctly in a couple different situations. your teeth into, there's always the `Python unittest documentation`__. __ https://code.djangoproject.com/ticket/17549 -__ http://diveintopython.net/unit_testing/index.html +__ http://www.diveintopython.net/unit_testing/index.html __ http://docs.python.org/library/unittest.html Running your new test diff --git a/docs/intro/index.txt b/docs/intro/index.txt index a7872017b9..2bdd5d4ac5 100644 --- a/docs/intro/index.txt +++ b/docs/intro/index.txt @@ -36,7 +36,7 @@ place: read this material to quickly get up and running. .. _python: http://python.org/ .. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers - .. _Python 2: http://diveintopython.net/ - .. _Python 3: http://diveintopython3.net/ + .. _Python 2: http://www.diveintopython.net/ + .. _Python 3: http://www.diveintopython3.net/ .. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20 .. _books about Python: https://wiki.python.org/moin/PythonBooks |
