summaryrefslogtreecommitdiff
path: root/docs/topics/settings.txt
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:55:18 +0200
commitb0d716cbffdd66dd9108895d0524bef2530fc732 (patch)
treef16641b664a87bc5a45faf78c00842849a6d5bd4 /docs/topics/settings.txt
parentefc0f77f02de86a94e21cafd3c8409eb7dd99ef6 (diff)
downloaddjango-b0d716cbffdd66dd9108895d0524bef2530fc732.tar.gz
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
Diffstat (limited to 'docs/topics/settings.txt')
-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
----------------------------