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
This commit is contained in:
parent
af997a1625
commit
d379ebdabb
|
@ -12,7 +12,7 @@ Django on any Java platform.
|
||||||
|
|
||||||
This document will get you up and running with Django on top of Jython.
|
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
|
Installing Jython
|
||||||
=================
|
=================
|
||||||
|
@ -28,7 +28,7 @@ Django works with Jython versions 2.5 and higher.
|
||||||
In the meantime, you'll need to use the latest development version of Jython
|
In the meantime, you'll need to use the latest development version of Jython
|
||||||
obtained from Jython's SVN repository.
|
obtained from Jython's SVN repository.
|
||||||
|
|
||||||
Download Jython at http://jython.org/.
|
Download Jython at http://www.jython.org/.
|
||||||
|
|
||||||
Creating a servlet container
|
Creating a servlet container
|
||||||
============================
|
============================
|
||||||
|
|
Loading…
Reference in New Issue