diff options
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 334781a00f..168f476eeb 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1614,7 +1614,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 a751926e8f..6332f28c20 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:: |
