diff options
author | s-webber <webbers.github@gmail.com> | 2016-03-19 10:08:01 +0000 |
---|---|---|
committer | s-webber <webbers.github@gmail.com> | 2016-03-19 10:08:01 +0000 |
commit | 9ccc431ea31f53040fd693384ddfeaa75e834fc9 (patch) | |
tree | 0e93ff61a00d0c7d62b049c11bfdfce972098dbc /kotlin.html.markdown | |
parent | f8f644d891ba8dede049e27f8ede47a060b74603 (diff) |
updated further reading section
Diffstat (limited to 'kotlin.html.markdown')
-rw-r--r-- | kotlin.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kotlin.html.markdown b/kotlin.html.markdown index 47577906..72018f51 100644 --- a/kotlin.html.markdown +++ b/kotlin.html.markdown @@ -317,5 +317,6 @@ object ObjectExample { ### Further Reading -A web-based mini-IDE for Kotlin: -[http://try.kotlinlang.org/) +* [Kotlin tutorials](https://kotlinlang.org/docs/tutorials/) +* [Try Kotlin in your browser](http://try.kotlinlang.org/) +* [A list of Kotlin resources](http://kotlin.link/) |