From 1f69b11ef534bef2a837870cd59cd9cd658aec3d Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sat, 1 Nov 2008 20:51:54 +0000 Subject: [PATCH] Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9323 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/install.txt b/docs/intro/install.txt index b9d784383e..962d45ded5 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -24,7 +24,7 @@ probably already have it installed. If you use Jython_ (a Python implementation for the Java platform), you'll need to follow a few additional steps. See :ref:`howto-jython` for details. -.. _jython: http://jython.org/ +.. _jython: http://www.jython.org/ You can verify that Python's installed by typing ``python`` from your shell; you should see something like::