From 67e29ac56668fb94133fc5ba18fb752805c207bf Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 3 Sep 2015 14:57:46 +0300 Subject: [PATCH] ReadMe: update IDEA 14 EAP -> 15 EAP --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 0b8fcb68c7b..7148172858f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -116,7 +116,7 @@ Also the [JavaScript translation](https://github.com/JetBrains/kotlin/blob/maste The Kotlin compiler is written in Java and Kotlin (we gradually migrate more and more of it to pure Kotlin). So the easiest way to work on the compiler or IntelliJ IDEA plugin is -* download a clean [IDEA 14 EAP build](http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP) +* download a clean [IDEA 15 EAP build](https://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP) * [install the Kotlin plugin](#pre-built-plugin) * open the [root kotlin project](https://github.com/JetBrains/kotlin) in IDEA (opening the kotlin directory) @@ -129,7 +129,7 @@ You can now run the various Run/Debug Configurations such as ## If you want to work on the Kotlin libraries -* download a clean [IDEA 14 EAP build](http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP) +* download a clean [IDEA 15 EAP build](https://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP) * [install the Kotlin plugin](#pre-built-plugin) * open the [kotlin libraries project](https://github.com/JetBrains/kotlin/tree/master/libraries)