diff --git a/README.md b/README.md index c997848f5ed5bd70f18653976e6b40ced8b9e27b..15be76a8c8f9a0fa49153dda6c84c0f70a66fffa 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Program | | 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 | -| | 11-12 | More Python Goodness (2) | Mihai | +| | 10-11 | [More Python Goodness (1)](lesson_03_01) | Mihai | +| | 11-12 | [More Python Goodness (2)](lesson_03_02) | Mihai | | | 12-13 | IPython Notebook | Mark | | Wednesday, 20/9 | 9-10 | Assignments review | | | | 10-11 | Data manipulation (NumPy, Pandas) | Mark | @@ -69,8 +69,8 @@ The top-level directory contains materials for the following lessons: [lesson_02_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/introduction/02_introduction_to_python_1.ipynb [lesson_02_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/introduction/02_introduction_to_python_2.ipynb [lesson_02_03]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/introduction/02_introduction_to_python_3.ipynb -[lesson_03_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/03%20-%20More%20Python%20goodness%20(1).ipynb -[lesson_03_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/03%20-%20More%20Python%20goodness%20(2).ipynb +[lesson_03_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/more_python/03_more_python_goodness_1.ipynb +[lesson_03_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/more_python/03_more_python_goodness_2.ipynb [lesson_04]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/04%20-%20Working%20with%20NumPy%20arrays.ipynb [lesson_05]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/05%20-%20IPython%20Notebook.ipynb [lesson_06]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/06%20-%20Plotting%20with%20matplotlib.ipynb