From ac34fccdb900788c2e024ea61bbaf4be7a46cce1 Mon Sep 17 00:00:00 2001 From: bcye Date: Mon, 19 Aug 2019 01:28:09 +0200 Subject: [PATCH] Fixed broken links to Dive Into Python 3 book. --- docs/intro/contributing.txt | 2 +- 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 2b115f6ce65..2f156e426e6 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 23d7588af8c..1be0facb223 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