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:00 +0200 |
| commit | 136a900ef98a7b7261a124308c8c26370ff2d5e4 (patch) | |
| tree | c77b9dca993a6d15b138a7c29f235ce2ceb5b805 /docs/topics | |
| parent | b0d716cbffdd66dd9108895d0524bef2530fc732 (diff) | |
Refs #29877 -- Made diveinto.org URLs HTTPS.
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 ---------------------------- |
