summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-08-07 15:16:08 -0700
committerAdam Bard <github@adambard.com>2013-08-07 15:16:08 -0700
commita1d7ae8c2a9977154db9c19c2c933f20a4b70b81 (patch)
tree878b47c908d6719f33334a5ca5e67462cb605741
parenta084a8cb4d62b148c55db97b92bb537b6f3a363c (diff)
parentbd2a852ae827a979f2170f90d6bd7bca4ef7c084 (diff)
Merge pull request #169 from eranation/patch-1
fixed some broken / missing markdown links and added a resource
-rw-r--r--scala.html.markdown6
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)