From 9486f826b9729c7d3e94ddb69d6869598dfb0419 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Wed, 18 Dec 2019 15:45:47 -0600 Subject: Update many links to use HTTPS and skip redirects --- pygments/formatters/html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pygments/formatters') 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 +generated by Pygments Copyright 2006-2019 by the Pygments team. Licensed under the BSD license, see LICENSE for details. */ @@ -75,7 +75,7 @@ DOC_HEADER = '''\ -- cgit v1.2.1