diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2015-11-29 08:29:46 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-01 08:03:16 -0500 |
| commit | bf76cf07e0e0713020974f47dacfaddcedbe1abf (patch) | |
| tree | 25d3659624b41be8315d418c577a7b529b4d8ae6 /docs/howto/jython.txt | |
| parent | b4074102328180dd53ecc5a03b0afa1322024036 (diff) | |
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
Diffstat (limited to 'docs/howto/jython.txt')
| -rw-r--r-- | docs/howto/jython.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/jython.txt b/docs/howto/jython.txt index 0c350ab058..981e43d630 100644 --- a/docs/howto/jython.txt +++ b/docs/howto/jython.txt @@ -26,9 +26,9 @@ If you want to use Django on a production site, use a Java servlet container, such as `Apache Tomcat`_. Full JavaEE applications servers such as `GlassFish`_ or `JBoss`_ are also OK, if you need the extra features they include. -.. _`Apache Tomcat`: http://tomcat.apache.org/ +.. _`Apache Tomcat`: https://tomcat.apache.org/ .. _GlassFish: https://glassfish.java.net/ -.. _JBoss: http://www.jboss.org/ +.. _JBoss: https://www.jboss.org/ Installing Django ================= @@ -71,4 +71,4 @@ running on standard Python. However, are a few differences to keep in mind: * Any part of Django that requires `Pillow`_ will not work. -.. _Pillow: http://pillow.readthedocs.org/en/latest/ +.. _Pillow: https://pillow.readthedocs.org/en/latest/ |
