Fixed broken links in docs.

This commit is contained in:
Tim Graham 2014-08-05 08:23:34 -04:00
parent fcd42a4819
commit 0efd72dc90
8 changed files with 8 additions and 14 deletions

View file

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View file

@ -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
~~~~~~~~~~