summaryrefslogtreecommitdiff
path: root/pygments/lexers/jvm.py
diff options
context:
space:
mode:
authorAlexander Udalov <udalov.alexander@gmail.com>2014-01-08 20:37:34 +0400
committerAlexander Udalov <udalov.alexander@gmail.com>2014-01-08 20:37:34 +0400
commit2f9032f80c8a3f6d3b68f41c1add90a3429f2951 (patch)
tree56e7407f2ce1033bea5f0d7395e3204d2b9bc607 /pygments/lexers/jvm.py
parent2267224acdc2810158e951432c76ba7428c8efeb (diff)
downloadpygments-2f9032f80c8a3f6d3b68f41c1add90a3429f2951.tar.gz
Update Kotlin URL with the newer one
Diffstat (limited to 'pygments/lexers/jvm.py')
-rw-r--r--pygments/lexers/jvm.py2
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.*