summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLetu Ren <fantasquex@gmail.com>2022-11-24 20:48:19 +0800
committerWaylan Limberg <waylan.limberg@icloud.com>2022-11-28 10:29:56 -0500
commite3604b473f01787e5df0a3fed6c50e3a494c6362 (patch)
treec0f32a460cf31aa5340d88b647e527ba2f67858d
parent4226c1e5fac1d7f627910c6afea36028b20ba5de (diff)
downloadpython-markdown-e3604b473f01787e5df0a3fed6c50e3a494c6362.tar.gz
codehilite: Update Pygments URL
-rw-r--r--markdown/extensions/codehilite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/codehilite.py b/markdown/extensions/codehilite.py
index a1e9dc3..00445ec 100644
--- a/markdown/extensions/codehilite.py
+++ b/markdown/extensions/codehilite.py
@@ -122,7 +122,7 @@ class CodeHilite:
def hilite(self, shebang=True):
"""
- Pass code to the [Pygments](http://pygments.pocoo.org/) highliter with
+ Pass code to the [Pygments](https://pygments.org/) highliter with
optional line numbers. The output should then be styled with css to
your liking. No styles are applied by default - only styling hooks
(i.e.: <span class="k">).