From bae9feb486bab390d0aa664511a84136a412b758 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 6 Sep 2008 00:07:14 +0000 Subject: [PATCH] Fixed #8876 -- Fixed incorrect path to install.txt in INSTALL. Thanks, Tom Radcliffe git-svn-id: http://code.djangoproject.com/svn/django/trunk@8971 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 23e24c0cdf..9b79ec016b 100644 --- a/INSTALL +++ b/INSTALL @@ -19,4 +19,4 @@ lives. Some places you might check are: This second solution does not require a working Internet connection; it bypasses "setuptools" entirely. -For more detailed instructions, see docs/install.txt. +For more detailed instructions, see docs/intro/install.txt.