From 6c116afdc3bb92dc72ba9ed67bff7db3819a38ec Mon Sep 17 00:00:00 2001 From: Mihai <m.lefter@lumc.nl> Date: Fri, 15 Sep 2017 20:13:35 +0200 Subject: [PATCH] Fixed introduction links in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8333022..c997848 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Program | Day | Time | Lesson | Teacher | |-----------------|-------|------------------------------------ |----------| -| Monday, 18/9 | 9-10 | [Welcome](lesson_01), [Introduction to Python (1)](lesson_02_01) | Mihai | -| | 10-11 | [Introduction to Python (2)](lesson_02_02) | Jeroen | -| | 11-12 | [Introduction to Python (3)](lesson_02_03) | Mihai | +| Monday, 18/9 | 9-10 | [Welcome][lesson_01], [Introduction to Python (1)][lesson_02_01] | Mihai | +| | 10-11 | [Introduction to Python (2)][lesson_02_02] | Jeroen | +| | 11-12 | [Introduction to Python (3)][lesson_02_03] | Mihai | | | 12-13 | Practical help | | | Tuesday, 19/9 | 9-10 | Assignments review | | | | 10-11 | More Python Goodness (1) | Mihai | -- GitLab