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/plugins.rst | |
| parent | 29d2789f9fd3784652de2f20585db9a3fd9a7e76 (diff) | |
| download | pygments-git-9486f826b9729c7d3e94ddb69d6869598dfb0419.tar.gz | |
Update many links to use HTTPS and skip redirects
Diffstat (limited to 'doc/docs/plugins.rst')
| -rw-r--r-- | doc/docs/plugins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
