summaryrefslogtreecommitdiff
path: root/docs/topics/python3.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-08-08 13:56:37 +0200
committerClaude Paroz <claude@2xlibre.net>2015-08-08 13:57:15 +0200
commite9c5c3963138b86678e90622789a30ced668b3dd (patch)
tree303dcfc32176c92a6a0c2b5f7a69ec6f1f95b08f /docs/topics/python3.txt
parenta3830f6d663aee9e91871002cbff7c57aee6d989 (diff)
Updated various 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 9520d5c764..dfe19c0a37 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: https://docs.python.org/3/howto/pyporting.html#indexing-bytes-objects
+.. _index bytestrings: https://docs.python.org/3/howto/pyporting.html#text-versus-binary-data
Exceptions
~~~~~~~~~~