summaryrefslogtreecommitdiff
path: root/docs/topics
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
parentfcd42a48190d395b8daea82acfc0609549a78705 (diff)
Fixed broken links in docs.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/install.txt2
-rw-r--r--docs/topics/python3.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index f3565821b0..fed4fbadd6 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -208,7 +208,7 @@ This is the recommended way to install Django.
.. _pip: http://www.pip-installer.org/
.. _virtualenv: http://www.virtualenv.org/
.. _virtualenvwrapper: http://virtualenvwrapper.readthedocs.org/en/latest/
-.. _standalone pip installer: http://www.pip-installer.org/en/latest/installing.html#using-the-installer
+.. _standalone pip installer: http://www.pip-installer.org/en/latest/installing.html#install-pip
Installing an official release manually
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
~~~~~~~~~~