diff options
| author | za <za@users.noreply.github.com> | 2018-10-23 16:55:18 +0700 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-10-23 11:55:18 +0200 |
| commit | b0d716cbffdd66dd9108895d0524bef2530fc732 (patch) | |
| tree | f16641b664a87bc5a45faf78c00842849a6d5bd4 /docs/ref | |
| parent | efc0f77f02de86a94e21cafd3c8409eb7dd99ef6 (diff) | |
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
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 1323d1292c..334781a00f 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.diveintopython3.net/your-first-python-program.html#importsearchpath +.. _import search path: http://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 e5507e3714..a751926e8f 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.diveintopython3.net/native-datatypes.html#slicinglists +http://www.diveinto.org/python3/native-datatypes.html#slicinglists for an introduction. Example:: |
