Skip to content

Commit 8cb7c6d

Browse files
committed
Add link to scalacourses.com to doc page
1 parent 186889c commit 8cb7c6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

documentation/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ Your main entry point into online documentation on Scala is the official documen
6262

6363
There are a few interactive resources for trying out Scala, to get a look and feel of the language:
6464

65-
* [Functional Programming in Scala](https://www.coursera.org/course/progfun): this is a course about functional
66-
programming given by Martin Odersky himself in autumn 2012. You can access the course material and exercises by
67-
signing up for the course. (The course will be given again soon..)
65+
* [Functional Programming Principles in Scala](https://www.coursera.org/course/progfun), free on Coursera. This is a course about functional programming given by Martin Odersky himself. You can access the course material and exercises by
66+
signing up for the course.
67+
* [Principles of Reactive Programming](https://www.coursera.org/course/reactive), free on Coursera. This is a course about concurrency and event-based asynchronous programming in Scala. You can access the course material and exercises by signing up for the course.
6868
* [Try Scala In Your Browser!](http://www.simplyscala.com/): [Simply Scala](http://www.simplyscala.com/) is a web site where you can interactively run the Scala interpreter in your browser! There you will find a tutorial that gives a rapid overview of the basic language features, the syntax, examples you can run and the ability to try your own code with an interactive interpreter.
69+
* [Independent Courseware](http://scalacourses.com), take a series of online Scala courses ranging from beginner to advanced for a fee.
6970

7071
## Books
7172

0 commit comments

Comments
 (0)