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:39:05 -0400 |
| commit | de0e285be80e0ca756088a97335d8faa698fbe6b (patch) | |
| tree | a5f1844a23ac5b7664a6ac278570c6565d23f875 /docs/intro | |
| parent | 0767055dfc255ba120811f6d9cba2c7e593b0731 (diff) | |
[1.7.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 | 4 | ||||
| -rw-r--r-- | docs/intro/index.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 675a6c6155..2e828de40d 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -37,7 +37,7 @@ 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://diveintopython3.net/ +__ http://www.diveintopython3.net/ __ irc://irc.freenode.net/django-dev What does this tutorial cover? @@ -288,7 +288,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 18664ef053..2edad7f9ff 100644 --- a/docs/intro/index.txt +++ b/docs/intro/index.txt @@ -34,5 +34,5 @@ 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 - .. _Dive Into Python: http://diveintopython3.net/ + .. _Dive Into Python: http://www.diveintopython3.net/ .. _books about Python: https://wiki.python.org/moin/PythonBooks |
