summaryrefslogtreecommitdiff
path: root/docs/howto/jython.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-03-24 11:38:53 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-03-24 11:38:53 +0000
commitd379ebdabb7e8d0d87b8d0deef4ec18501752ece (patch)
treefc826e09a370892c2f5bebac5a337a76074a6cf0 /docs/howto/jython.txt
parentaf997a1625af66e0c40073873bf70ed34e5fee3e (diff)
Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/jython.txt')
-rw-r--r--docs/howto/jython.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/howto/jython.txt b/docs/howto/jython.txt
index eb39fd5af7..c34f8887b8 100644
--- a/docs/howto/jython.txt
+++ b/docs/howto/jython.txt
@@ -12,23 +12,23 @@ Django on any Java platform.
This document will get you up and running with Django on top of Jython.
-.. _jython: http://jython.org/
+.. _jython: http://www.jython.org/
Installing Jython
=================
-Django works with Jython versions 2.5 and higher.
+Django works with Jython versions 2.5 and higher.
.. warning::
As of the writing of this document, a version of Jython compatible with
Django has not yet been released. The forthcoming 2.5a2+ release will be be
- the first in which Django will work out of the box.
-
+ the first in which Django will work out of the box.
+
In the meantime, you'll need to use the latest development version of Jython
obtained from Jython's SVN repository.
-Download Jython at http://jython.org/.
+Download Jython at http://www.jython.org/.
Creating a servlet container
============================
@@ -80,6 +80,6 @@ running on standard Python. However, are a few differences to keep in mind:
documentation uses ``python`` for consistancy, but if you're using Jython
you'll want to mentally replace ``python`` with ``jython`` every time it
occurs.
-
+
* Similarly, you'll need to use the ``JYTHONPATH`` environment variable
instead of ``PYTHONPATH``.