From 6051a7def16f6fe8e617e70d3520513bd8ae1d73 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 27 Nov 2010 21:47:08 +0000 Subject: [PATCH] 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 --- docs/topics/install.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 6c4ad9309c..9bbb21491b 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -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 `_. 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