summaryrefslogtreecommitdiff
path: root/doc/docs/java.rst
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2019-12-18 15:45:47 -0600
committerKurt McKee <contactme@kurtmckee.org>2019-12-18 15:45:47 -0600
commit9486f826b9729c7d3e94ddb69d6869598dfb0419 (patch)
treec3dbf98310f6b3ea07381d208fd8a52be0a38b4d /doc/docs/java.rst
parent29d2789f9fd3784652de2f20585db9a3fd9a7e76 (diff)
downloadpygments-git-9486f826b9729c7d3e94ddb69d6869598dfb0419.tar.gz
Update many links to use HTTPS and skip redirects
Diffstat (limited to 'doc/docs/java.rst')
-rw-r--r--doc/docs/java.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/docs/java.rst b/doc/docs/java.rst
index f553463c..a8a5beb3 100644
--- a/doc/docs/java.rst
+++ b/doc/docs/java.rst
@@ -2,18 +2,18 @@
Use Pygments in Java
=====================
-Thanks to `Jython <http://www.jython.org>`_ it is possible to use Pygments in
+Thanks to `Jython <https://www.jython.org/>`_ it is possible to use Pygments in
Java.
This page is a simple tutorial to get an idea of how this works. You can
-then look at the `Jython documentation <http://www.jython.org/docs/>`_ for more
+then look at the `Jython documentation <https://jython.readthedocs.io/en/latest/>`_ for more
advanced uses.
Since version 1.5, Pygments is deployed on `Maven Central
-<http://repo1.maven.org/maven2/org/pygments/pygments/>`_ as a JAR, as is Jython
+<https://repo1.maven.org/maven2/org/pygments/pygments/>`_ as a JAR, as is Jython
which makes it a lot easier to create a Java project.
-Here is an example of a `Maven <http://www.maven.org>`_ ``pom.xml`` file for a
+Here is an example of a `Maven <https://maven.apache.org/>`_ ``pom.xml`` file for a
project running Pygments:
.. sourcecode:: xml