mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed broken links in docs.
This commit is contained in:
parent
fcd42a4819
commit
0efd72dc90
8 changed files with 8 additions and 14 deletions
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue