From cef77fcf19d7153feb6265ba98b4b831834f0d04 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 19 May 2007 04:17:54 +0000 Subject: [PATCH] Added 'http://' to python.org link in docs/install.txt, so it will be auto-linked when converted to HTML git-svn-id: http://code.djangoproject.com/svn/django/trunk@5285 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.txt b/docs/install.txt index 6be52aab0d..c3ccd27f76 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -11,8 +11,8 @@ Being a Python Web framework, Django requires Python. It works with any Python version 2.3 and higher. -Get Python at www.python.org. If you're running Linux or Mac OS X, you probably -already have it installed. +Get Python at http://www.python.org. If you're running Linux or Mac OS X, you +probably already have it installed. Install Apache and mod_python =============================