diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 20:55:13 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 20:55:13 +0000 |
| commit | 3905b071bc7aabcf94e44c6e2b3ea074f63e7ebb (patch) | |
| tree | 5955ae7e0019a4ce539523979e4242a122542e8b | |
| parent | 1af32e88096bccaf33ca1974fcb2454ab612850e (diff) | |
[1.0.X] Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.
[9323] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/intro/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |
