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/ref | |
| parent | fbd95ce9bb6dc7cd3bd24b9d95ea6350d2e02bf7 (diff) | |
[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.
Backport of 136a900ef98a7b7261a124308c8c26370ff2d5e4 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 | ||||
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5b60f32296..1d6e070218 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1604,7 +1604,7 @@ Example usage:: django-admin migrate --pythonpath='/home/djangoprojects/myproject' -.. _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 .. django-admin-option:: --settings SETTINGS diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 5eefb16685..37981474f0 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2092,7 +2092,7 @@ individual elements of the sequence. Returns a slice of the list. Uses the same syntax as Python's list slicing. See -http://www.diveinto.org/python3/native-datatypes.html#slicinglists +https://www.diveinto.org/python3/native-datatypes.html#slicinglists for an introduction. Example:: |
