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 /pygments/formatters | |
| parent | 29d2789f9fd3784652de2f20585db9a3fd9a7e76 (diff) | |
| download | pygments-git-9486f826b9729c7d3e94ddb69d6869598dfb0419.tar.gz | |
Update many links to use HTTPS and skip redirects
Diffstat (limited to 'pygments/formatters')
| -rw-r--r-- | pygments/formatters/html.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index 042f04cf..be9d8534 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -61,7 +61,7 @@ def _get_ttype_class(ttype): CSSFILE_TEMPLATE = '''\ /* -generated by Pygments <http://pygments.org> +generated by Pygments <https://pygments.org/> Copyright 2006-2019 by the Pygments team. Licensed under the BSD license, see LICENSE for details. */ @@ -75,7 +75,7 @@ DOC_HEADER = '''\ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- -generated by Pygments <http://pygments.org> +generated by Pygments <https://pygments.org/> Copyright 2006-2019 by the Pygments team. Licensed under the BSD license, see LICENSE for details. --> |
