diff --git a/README.md b/README.md index f7f86fc200d9b28737a3085d7b4432d3f5b050b2..ceec02409fa5e3f1ad665141ce9ea8879a5f1227 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) 1. **Data structures and complexity** - [notebook](01-introduction.ipynb), [slides (pdf)](01-introduction.ipynb) -- 📖 [Python for Everybody](pythonlearn.pdf) chapter 8 (lists), 9 (dictionnaries), 10 (tuples) +- 📖 [Python for Everybody](pdf/pythonlearn.pdf) chapter 8 (lists), 9 (dictionnaries), 10 (tuples) 2. **Recursion** - [notebook](02-recursion.ipynb), [slides (pdf)](02-recursion.ipynb) -- 📖 [Think Python](thinkpython2.pdf) chapter 5 (Conditionals and recursion)) +- 📖 [Think Python](pdf/thinkpython2.pdf) chapter 5 (Conditionals and recursion)) 3. **Stacks and Queues**