Skip to content

Commit e3604b4

Browse files
FantasqueXwaylan
authored andcommitted
codehilite: Update Pygments URL
1 parent 4226c1e commit e3604b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/extensions/codehilite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(self, src, **options):
122122

123123
def hilite(self, shebang=True):
124124
"""
125-
Pass code to the [Pygments](http://pygments.pocoo.org/) highliter with
125+
Pass code to the [Pygments](https://pygments.org/) highliter with
126126
optional line numbers. The output should then be styled with css to
127127
your liking. No styles are applied by default - only styling hooks
128128
(i.e.: <span class="k">).

0 commit comments

Comments
 (0)