summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorza <za@users.noreply.github.com>2018-10-23 16:55:18 +0700
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-10-23 11:56:41 +0200
commitfbd95ce9bb6dc7cd3bd24b9d95ea6350d2e02bf7 (patch)
tree2cf1599f29fe65552659b159962b465ed62a172a /docs/ref
parent54732e2891e0fb92e6fa8c266522282e46d3a60a (diff)
[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
Backport of b0d716cbffdd66dd9108895d0524bef2530fc732 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
-rw-r--r--docs/ref/templates/builtins.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index da5069bac7..5b60f32296 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.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 0d2ba1b08a..5eefb16685 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::