summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-10-23 06:03:00 -0700
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-10-23 15:03:00 +0200
commit136a900ef98a7b7261a124308c8c26370ff2d5e4 (patch)
treec77b9dca993a6d15b138a7c29f235ce2ceb5b805 /docs/ref/templates
parentb0d716cbffdd66dd9108895d0524bef2530fc732 (diff)
Refs #29877 -- Made diveinto.org URLs HTTPS.
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
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::