From 7aed83c85437f26c62175c99a30a2bf56992f505 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 15 Jul 2005 22:14:15 +0000 Subject: [PATCH] Fixed typo in install.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@78 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.txt b/docs/install.txt index d123be5134..269c4b2528 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -57,5 +57,5 @@ Installing the development version When you want to update your code, just run the command ``svn update`` from within the ``django_src`` directory. -.. _`download page`: http://www.djangorproject.com/download/ +.. _`download page`: http://www.djangoproject.com/download/ .. _Subversion: http://subversion.tigris.org/