Author: russellm
Date: 2009-03-24 06:38:53 -0500 (Tue, 24 Mar 2009)
New Revision: 10146

Modified:
   django/trunk/docs/howto/jython.txt
Log:
Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.

Modified: django/trunk/docs/howto/jython.txt
===================================================================
--- django/trunk/docs/howto/jython.txt  2009-03-24 11:37:48 UTC (rev 10145)
+++ django/trunk/docs/howto/jython.txt  2009-03-24 11:38:53 UTC (rev 10146)
@@ -12,23 +12,23 @@
 
 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 @@
       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``.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to