diff options
author | Ha-Duong, NGUYEN <cmpitg@gmail.com> | 2015-08-03 15:56:11 +0700 |
---|---|---|
committer | Ha-Duong, NGUYEN <cmpitg@gmail.com> | 2015-08-03 15:56:11 +0700 |
commit | 513235c4754f87e64e5d564bb53ec643ce9333df (patch) | |
tree | d4d026d758cb411c070d8d9544bb12622dc8f2a1 /scala.html.markdown | |
parent | 7c02089687eaee9c1fe9b1db3ab0674153077f56 (diff) |
scala: clearer further resources (itemized)
Diffstat (limited to 'scala.html.markdown')
-rw-r--r-- | scala.html.markdown | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index 35042ebe..10db5f78 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -631,13 +631,8 @@ writer.close() ## Further resources -[Scala for the impatient](http://horstmann.com/scala/) - -[Twitter Scala school](http://twitter.github.io/scala_school/) - -[The scala documentation](http://docs.scala-lang.org/) - -[Try Scala in your browser](http://scalatutorials.com/tour/) - -Join the [Scala user group](https://groups.google.com/forum/#!forum/scala-user) - +* [Scala for the impatient](http://horstmann.com/scala/) +* [Twitter Scala school](http://twitter.github.io/scala_school/) +* [The scala documentation](http://docs.scala-lang.org/) +* [Try Scala in your browser](http://scalatutorials.com/tour/) +* Join the [Scala user group](https://groups.google.com/forum/#!forum/scala-user) |