diff options
author | Camilo Garrido <hiro.hope@gmail.com> | 2013-08-11 12:47:21 -0400 |
---|---|---|
committer | Camilo Garrido <hiro.hope@gmail.com> | 2013-08-11 12:47:21 -0400 |
commit | e6bae9cbd39dbed3b5db2f1673a954132ce889e2 (patch) | |
tree | cd2909593568b94616329abd43a0016be05473ff /scala.html.markdown | |
parent | 80ea89b58a470f9b1a4ce7710f4de6ac69dee5ee (diff) | |
parent | 28b26b85ff3a94501adc0550c484c90d3e76fb90 (diff) |
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Diffstat (limited to 'scala.html.markdown')
-rw-r--r-- | scala.html.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index fef09404..b1b3ecbf 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -408,9 +408,11 @@ for(line <- Source.fromPath("myfile.txt").getLines()) [Scala for the impatient](http://horstmann.com/scala/) -[Twitter Scala school(http://twitter.github.io/scala_school/) +[Twitter Scala school](http://twitter.github.io/scala_school/) -[The scala documentation] +[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) |