diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-10-23 06:03:00 -0700 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-10-23 15:03:40 +0200 |
| commit | 8a348c5fd0b3de2cdaf3c55e2fd243d2771bac0a (patch) | |
| tree | 15a31f0cbd03e6a76fafcafdbc310504ef5d9fcd /docs/topics | |
| parent | fbd95ce9bb6dc7cd3bd24b9d95ea6350d2e02bf7 (diff) | |
[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.
Backport of 136a900ef98a7b7261a124308c8c26370ff2d5e4 from master
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ---------------------------- |
