diff options
author | Alexander Udalov <udalov.alexander@gmail.com> | 2014-01-08 20:37:34 +0400 |
---|---|---|
committer | Alexander Udalov <udalov.alexander@gmail.com> | 2014-01-08 20:37:34 +0400 |
commit | 2f9032f80c8a3f6d3b68f41c1add90a3429f2951 (patch) | |
tree | 56e7407f2ce1033bea5f0d7395e3204d2b9bc607 /pygments/lexers/jvm.py | |
parent | 2267224acdc2810158e951432c76ba7428c8efeb (diff) | |
download | pygments-2f9032f80c8a3f6d3b68f41c1add90a3429f2951.tar.gz |
Update Kotlin URL with the newer one
Diffstat (limited to 'pygments/lexers/jvm.py')
-rw-r--r-- | pygments/lexers/jvm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/jvm.py b/pygments/lexers/jvm.py index 03496876..461313a3 100644 --- a/pygments/lexers/jvm.py +++ b/pygments/lexers/jvm.py @@ -936,7 +936,7 @@ class CeylonLexer(RegexLexer): class KotlinLexer(RegexLexer): """ - For `Kotlin <http://confluence.jetbrains.net/display/Kotlin/>`_ + For `Kotlin <http://kotlin.jetbrains.org/>`_ source code. *New in Pygments 1.5.* |