update URL for Gradle documentation

This commit is contained in:
Dmitry Jemerov
2016-02-18 18:14:18 +01:00
parent c081a0c758
commit 28406bb1fb
@@ -385,7 +385,7 @@ public abstract class KotlinWithGradleConfigurator implements KotlinProjectConfi
Messages.showErrorDialog(project,
"<html>Couldn't configure kotlin-gradle plugin automatically.<br/>" +
(message != null ? message : "") +
"See manual installation instructions <a href=\"http://confluence.jetbrains.com/display/Kotlin/Kotlin+Build+Tools#KotlinBuildTools-Gradle\">here</a></html>",
"See manual installation instructions <a href=\"https://kotlinlang.org/docs/reference/using-gradle.html\">here</a></html>",
"Configure Kotlin-Gradle Plugin");
}
}