Skip to content

Commit d2bc607

Browse files
committed
Remove incorrect MOOC links
1 parent adefc86 commit d2bc607

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

news/_posts/2018-02-27-moocs-edx-support.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ by: Julien Richard-Foy
66
includeTOC: false
77
---
88

9+
> **Update**: After a couple of years experimenting with Open edX, we decided
10+
> to shut down these course instances. You can find an up-to-date list of
11+
> online courses [here](https://docs.scala-lang.org/online-courses.html).
12+
913
We are thrilled to announce that our 4 main MOOCs are now also available
1014
on an [Open edX instance managed at EPFL](https://courseware.epfl.ch).
1115

@@ -18,16 +22,16 @@ that confirm that you successfully completed a course).
1822

1923
As a reminder, the courses are the following:
2024

21-
- [Functional Programming Principles in Scala](https://courseware.epfl.ch/courses/course-v1:EPFL+progfun1+2018_T1/info):
25+
- Functional Programming Principles in Scala:
2226
An introduction to functional programming (pure functions, recursion, pattern matching, higher-order
2327
functions, immutable data types, type parameters, equational reasoning),
24-
- [Functional Program Design in Scala](https://courseware.epfl.ch/courses/course-v1:EPFL+progfun2+2018_T1/info):
28+
- Functional Program Design in Scala:
2529
A follow-up of the first course, showing how to apply the functional programming style
2630
to larger programs. Covers topics such as monads, lazy evaluation, property-based testing,
2731
futures and dataflow programming.
28-
- [Parallel Programming](https://courseware.epfl.ch/courses/course-v1:EPFL+parprog1+2018_T1/info):
32+
- Parallel Programming:
2933
Introduces the fundamentals of parallel programming, from task parallelism to data parallelism,
30-
- [Big Data Analysis with Scala and Spark](https://courseware.epfl.ch/courses/course-v1:EPFL+scala-spark-big-data+2018-T1/info):
34+
- Big Data Analysis with Scala and Spark:
3135
Extends the data parallel paradigm to the distributed case (as opposed to shared-memory parallel
3236
or sequential collections), using Spark.
3337

0 commit comments

Comments
 (0)