diff options
author | lpy <pylaurent1314@gmail.com> | 2013-08-12 11:09:08 +0800 |
---|---|---|
committer | lpy <pylaurent1314@gmail.com> | 2013-08-12 11:09:08 +0800 |
commit | 00b25ad4575948574b47adda0f672d6bd93528b5 (patch) | |
tree | 8fcb3759ab5e1a74edba67b34541001d60f7ca26 /scala.html.markdown | |
parent | cfff5122a3e6b85c34bb66e7efe8ba3b96562253 (diff) |
Add Scala zh-cn translation and add link to Scala documentation in scala.html.markdown
Diffstat (limited to 'scala.html.markdown')
-rw-r--r-- | scala.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index fef09404..e6720c02 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -408,9 +408,9 @@ 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://www.scala-lang.org/documentation/) Join the [Scala user group](https://groups.google.com/forum/#!forum/scala-user) |