diff options
Diffstat (limited to 'pygments/lexers/testing.py')
-rw-r--r-- | pygments/lexers/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/testing.py b/pygments/lexers/testing.py index 9288b5b4..9ee8a061 100644 --- a/pygments/lexers/testing.py +++ b/pygments/lexers/testing.py @@ -17,7 +17,7 @@ __all__ = ['GherkinLexer', 'TAPLexer'] class GherkinLexer(RegexLexer): """ - For `Gherkin <http://github.com/aslakhellesoy/gherkin/>` syntax. + For `Gherkin <https://github.com/aslakhellesoy/gherkin/>` syntax. .. versionadded:: 1.2 """ |