Ticket #10591: r10119_doc_jython_link_fix.diff
File r10119_doc_jython_link_fix.diff, 682 bytes (added by , 16 years ago) |
---|
-
docs/howto/jython.txt
12 12 13 13 This document will get you up and running with Django on top of Jython. 14 14 15 .. _jython: http:// jython.org/15 .. _jython: http://www.jython.org/ 16 16 17 17 Installing Jython 18 18 ================= … … 28 28 In the meantime, you'll need to use the latest development version of Jython 29 29 obtained from Jython's SVN repository. 30 30 31 Download Jython at http:// jython.org/.31 Download Jython at http://www.jython.org/. 32 32 33 33 Creating a servlet container 34 34 ============================