From e3310aa63c5409608e4381dd6985d09b03af724c Mon Sep 17 00:00:00 2001
From: Romain Vuillemot <romain.vuillemot@gmail.com>
Date: Fri, 22 Sep 2023 10:10:38 +0200
Subject: [PATCH] correct pdf path

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f7f86fc..ceec024 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**
 
-- 
GitLab