diff options
| author | Kurt McKee <contactme@kurtmckee.org> | 2019-12-18 15:45:47 -0600 |
|---|---|---|
| committer | Kurt McKee <contactme@kurtmckee.org> | 2019-12-18 15:45:47 -0600 |
| commit | 9486f826b9729c7d3e94ddb69d6869598dfb0419 (patch) | |
| tree | c3dbf98310f6b3ea07381d208fd8a52be0a38b4d /doc/docs | |
| parent | 29d2789f9fd3784652de2f20585db9a3fd9a7e76 (diff) | |
| download | pygments-git-9486f826b9729c7d3e94ddb69d6869598dfb0419.tar.gz | |
Update many links to use HTTPS and skip redirects
Diffstat (limited to 'doc/docs')
| -rw-r--r-- | doc/docs/integrate.rst | 4 | ||||
| -rw-r--r-- | doc/docs/java.rst | 8 | ||||
| -rw-r--r-- | doc/docs/lexerdevelopment.rst | 2 | ||||
| -rw-r--r-- | doc/docs/moinmoin.rst | 2 | ||||
| -rw-r--r-- | doc/docs/plugins.rst | 4 | ||||
| -rw-r--r-- | doc/docs/rstdirective.rst | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/doc/docs/integrate.rst b/doc/docs/integrate.rst index 77daaa43..5f266ac5 100644 --- a/doc/docs/integrate.rst +++ b/doc/docs/integrate.rst @@ -12,7 +12,7 @@ that uses Pygments to render source code in :file:`external/markdown-processor.py`. You can copy and adapt it to your liking. -.. _Markdown: http://www.freewisdom.org/projects/python-markdown/ +.. _Markdown: https://pypi.org/project/Markdown/ TextMate -------- @@ -20,7 +20,7 @@ TextMate Antonio Cangiano has created a Pygments bundle for TextMate that allows to colorize code via a simple menu option. It can be found here_. -.. _here: http://antoniocangiano.com/2008/10/28/pygments-textmate-bundle/ +.. _here: https://programmingzen.com/pygments-textmate-bundle/ Bash completion --------------- 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 diff --git a/doc/docs/lexerdevelopment.rst b/doc/docs/lexerdevelopment.rst index 530d8c15..c776457b 100644 --- a/doc/docs/lexerdevelopment.rst +++ b/doc/docs/lexerdevelopment.rst @@ -197,7 +197,7 @@ defined, it defaults to `re.MULTILINE`. For more information about regular expression flags see the page about `regular expressions`_ in the Python documentation. -.. _regular expressions: http://docs.python.org/library/re.html#regular-expression-syntax +.. _regular expressions: https://docs.python.org/library/re.html#regular-expression-syntax Scanning multiple tokens at once diff --git a/doc/docs/moinmoin.rst b/doc/docs/moinmoin.rst index 8b2216b3..80ed25c3 100644 --- a/doc/docs/moinmoin.rst +++ b/doc/docs/moinmoin.rst @@ -36,4 +36,4 @@ If you do not want to do that and are willing to accept larger HTML output, you can set the ``INLINESTYLES`` option to True. -.. _Moin: http://moinmoin.wikiwikiweb.de/ +.. _Moin: https://moinmo.in/ diff --git a/doc/docs/plugins.rst b/doc/docs/plugins.rst index a6f8d7b0..1008013a 100644 --- a/doc/docs/plugins.rst +++ b/doc/docs/plugins.rst @@ -7,7 +7,7 @@ use the lexer/formatter/style/filter lookup functions (`lexers.get_lexer_by_name et al.), you can use `setuptools`_ entrypoints to add new lexers, formatters or styles as if they were in the Pygments core. -.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools +.. _setuptools: https://pypi.org/project/setuptools/ That means you can use your highlighter modules with the `pygmentize` script, which relies on the mentioned functions. @@ -82,7 +82,7 @@ This documentation doesn't explain how to use those entrypoints because this is covered in the `setuptools documentation`_. That page should cover everything you need to write a plugin. -.. _setuptools documentation: http://peak.telecommunity.com/DevCenter/setuptools +.. _setuptools documentation: https://setuptools.readthedocs.io/en/latest/ Extending The Core diff --git a/doc/docs/rstdirective.rst b/doc/docs/rstdirective.rst index c0d503b3..edc117d3 100644 --- a/doc/docs/rstdirective.rst +++ b/doc/docs/rstdirective.rst @@ -19,4 +19,4 @@ From Pygments 0.9, the directive is shipped in the distribution as ``.. code::`` directives and highlights the contents in the specified language if the `handlecodeblocks` option is true. -.. _ReST: http://docutils.sf.net/rst.html +.. _ReST: https://docutils.sourceforge.io/rst.html |
