summaryrefslogtreecommitdiff
path: root/docs/topics/python3.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-05 08:23:34 -0400
committerTim Graham <timograham@gmail.com>2014-08-05 08:23:57 -0400
commit9ed92906b3b9096464e293d2e636ac25f3c279e6 (patch)
treeedf951b456bde6ffbec4c5729a6ce3ad345d86f9 /docs/topics/python3.txt
parent0014d5b3055ea7a01c1268bd0bcac50ff31c50f8 (diff)
[1.7.x] Fixed broken links in docs.
Backport of 0efd72dc90 from master
Diffstat (limited to 'docs/topics/python3.txt')
-rw-r--r--docs/topics/python3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt
index c10f2b42ab..9daba275c6 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -245,7 +245,7 @@ consequence, the following pattern is sometimes necessary::
Be cautious if you have to `index bytestrings`_.
-.. _index bytestrings: http://docs.python.org/3/howto/pyporting.html#bytes-literals
+.. _index bytestrings: https://docs.python.org/3/howto/pyporting.html#indexing-bytes-objects
Exceptions
~~~~~~~~~~