From 2e056e8b02ad2444d31f00fdf341d35218e9040c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Br=C3=BCnjes?= Date: Tue, 20 Apr 2021 11:35:50 +0200 Subject: [PATCH] fixed broken homework references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca2d14a..bd9e5bd 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ - Week #3 - - Fix and complete the code in the [Homework1](code/week03/src/Week02/Homework1.hs) module. - - Fix and complete the code in the [Homework2](code/week03/src/Week02/Homework2.hs) module. + - Fix and complete the code in the [Homework1](code/week03/src/Week03/Homework1.hs) module. + - Fix and complete the code in the [Homework2](code/week03/src/Week03/Homework2.hs) module. ## Solutions