summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-10-27 14:23:28 +0530
committerGitHub <noreply@github.com>2018-10-27 14:23:28 +0530
commit8a80c5bfb0d913af208b47bcfaf931045e25482c (patch)
treeaee642e1af0abb40de1cf4550a62fc1e5223cef0
parentdba905ffd2929ac78509d019bc8b609699ee11cb (diff)
parentb3d01a51a86ef38e613d464d1e328502e8e728c7 (diff)
Merge pull request #3331 from SaurabhSandav/play_kotlin
[kotlin/en] Update link to run Kotlin in the browser
-rw-r--r--kotlin.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlin.html.markdown b/kotlin.html.markdown
index 6ff7c1dc..81242bac 100644
--- a/kotlin.html.markdown
+++ b/kotlin.html.markdown
@@ -448,5 +448,5 @@ fun testOperator() {
### Further Reading
* [Kotlin tutorials](https://kotlinlang.org/docs/tutorials/)
-* [Try Kotlin in your browser](http://try.kotlinlang.org/)
+* [Try Kotlin in your browser](https://play.kotlinlang.org/)
* [A list of Kotlin resources](http://kotlin.link/)