From e937fa2684e37a396875cf22dbd87ce114faf73c Mon Sep 17 00:00:00 2001 From: Juuso Rytilahti <rytilahti.juuso@gmail.com> Date: Mon, 29 Apr 2024 15:33:37 +0300 Subject: [PATCH] Updated text --- Part 1.1 - Introduction.md | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Part 1.1 - Introduction.md b/Part 1.1 - Introduction.md index a71fca7..82eb8ee 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 c1d6df6..dba0c33 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). -- GitLab