diff options
| author | bcye <br.apps@icloud.com> | 2019-08-19 01:28:09 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-08-19 07:20:39 +0200 |
| commit | 9ecff1272064c4d517948080e7731023eea448ce (patch) | |
| tree | 8f0756471ac9e3ebc38c74feef1d2fd9600cc553 /docs | |
| parent | 556cef1ba8facbd3231f6351956a6581c6367632 (diff) | |
[2.2.x] Fixed broken links to Dive Into Python 3 book.
Backport of ac34fccdb900788c2e024ea61bbaf4be7a46cce1 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/contributing.txt | 2 | ||||
| -rw-r--r-- | docs/intro/index.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index e234612ef5..39cbebb95e 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -43,7 +43,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. -__ https://www.diveinto.org/python3/ +__ https://diveinto.org/python3/table-of-contents.html __ irc://irc.freenode.net/django-dev What does this tutorial cover? diff --git a/docs/intro/index.txt b/docs/intro/index.txt index 23d7588af8..1be0facb22 100644 --- a/docs/intro/index.txt +++ b/docs/intro/index.txt @@ -36,5 +36,5 @@ place: read this material to quickly get up and running. .. _python: https://python.org/ .. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers - .. _Dive Into Python: https://www.diveinto.org/python3/ + .. _Dive Into Python: https://diveinto.org/python3/table-of-contents.html .. _books about Python: https://wiki.python.org/moin/PythonBooks |
