summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorza <za@users.noreply.github.com>2018-10-23 16:55:18 +0700
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-10-23 11:56:41 +0200
commitfbd95ce9bb6dc7cd3bd24b9d95ea6350d2e02bf7 (patch)
tree2cf1599f29fe65552659b159962b465ed62a172a /docs/topics
parent54732e2891e0fb92e6fa8c266522282e46d3a60a (diff)
[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
Backport of b0d716cbffdd66dd9108895d0524bef2530fc732 from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt
index 668f90afe2..9b836f6e0b 100644
--- a/docs/topics/settings.txt
+++ b/docs/topics/settings.txt
@@ -46,7 +46,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g.
``mysite.settings``. Note that the settings module should be on the
Python `import search path`_.
-.. _import search path: http://www.diveintopython3.net/your-first-python-program.html#importsearchpath
+.. _import search path: http://www.diveinto.org/python3/your-first-python-program.html#importsearchpath
The ``django-admin`` utility
----------------------------