diff --git a/Part 1.1 - Introduction.md b/Part 1.1 - Introduction.md index a71fca7247639a9a860f27f1629aec1de5515a06..82eb8eef7e0674cd0d0fc0f4e8040c6b45e32e45 100644 --- a/Part 1.1 - Introduction.md +++ b/Part 1.1 - Introduction.md @@ -371,8 +371,6 @@ Next let's discuss briefly about exeptions and error handling. Sometimes a proce It's also good to recognize when an procedures only observes data and when it might modify it. Similarly, for example, printing to a screen and printer changes the physical world irreversibly, even if the computation would be reversed. -Now continue to -[Part 2.1 - Contract-Based Programming](Part%202.1%20-%20Contract-Based%20Programming.md) - +Part 2 materials and exercises will be published at **May 8th**. diff --git a/README.md b/README.md index c1d6df69ee212e16567c900b7b1237357c2cb1d3..dba0c33ae21cfa4b85cc5d973d7e956beb9483ce 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ We also offer variety of other courses, full list available [here](https://www.t The course is held fully remote and all the materials will be provided in this repository and in ViLLE. As this is first instance this course is run in English, some changes may occur during the course. Also if you spot any mistakes or hard to understand things in the material, please reach out to us! -Start from the [section 1 - Introduction](Introduction.md). +Start from the [Part 1 - Introduction](Part%201.1%20-%20Introduction.md).