From 60ee5441cfde20d8b926a46c143b828c06765c53 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 11 Mar 2016 00:07:19 +0300 Subject: [PATCH] Update links in Editing Kotlin section --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 7f0ec2a1458..b15bf23a922 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -20,9 +20,9 @@ Welcome to [Kotlin](http://kotlinlang.org/)! Some handy links: ## Editing Kotlin - * [Kotlin IntelliJ IDEA Plugin](http://hadihariri.com/2012/02/17/the-kotlin-journey-part-i-getting-things-set-up/) + * [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html) * [Kotlin Eclipse Plugin](http://kotlinlang.org/docs/tutorials/getting-started-eclipse.html) - * [Kotlin TextMate Bundle](https://github.com/k33g/kotlin-textmate-bundle#readme) + * [Kotlin TextMate Bundle](https://github.com/vkostyukov/kotlin-sublime-package) ## Building