Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2010-11-27 21:47:08 +00:00
parent d9eb31a98f
commit 6051a7def1
1 changed files with 2 additions and 3 deletions

View File

@ -252,8 +252,7 @@ latest bug fixes and improvements, follow these instructions:
svn co http://code.djangoproject.com/svn/django/trunk/ django-trunk
3. Next, make sure that the Python interpreter can load Django's code. The most
convenient way to do this is to
`modify Python's search path <modify-python-path>`_. Add a ``.pth``
convenient way to do this is to `modify Python's search path`_. Add a ``.pth``
file containing the full path to the ``django-trunk`` directory to your
system's ``site-packages`` directory. For example, on a Unix-like system:
@ -294,4 +293,4 @@ this, Subversion will automatically download any changes.
.. _`download page`: http://www.djangoproject.com/download/
.. _Subversion: http://subversion.tigris.org/
.. _modify-python-path: http://docs.python.org/install/index.html#modifying-python-s-search-path
.. _`modify Python's search path`: http://docs.python.org/install/index.html#modifying-python-s-search-path