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:34 -0400
commit0efd72dc908da84d7d586d553cce34f0cf01eb54 (patch)
tree6f6cafd26f0525896abd67341400103f4f2286a0 /docs/topics/python3.txt
parentfcd42a48190d395b8daea82acfc0609549a78705 (diff)
Fixed broken links in docs.
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
~~~~~~~~~~