From 8a348c5fd0b3de2cdaf3c55e2fd243d2771bac0a Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 23 Oct 2018 06:03:00 -0700 Subject: [2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS. Backport of 136a900ef98a7b7261a124308c8c26370ff2d5e4 from master --- docs/topics/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt index 9b836f6e0b..def574546f 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.diveinto.org/python3/your-first-python-program.html#importsearchpath +.. _import search path: https://www.diveinto.org/python3/your-first-python-program.html#importsearchpath The ``django-admin`` utility ---------------------------- -- cgit v1.3