From 3bce0cc963c919ca93c241d25802dc994f363b54 Mon Sep 17 00:00:00 2001 From: Jakub Sova Date: Thu, 10 Oct 2024 18:08:45 +0200 Subject: [PATCH] fix: link (Ch. 5 Exercise 25) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fad5185..1ba0037 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Welcome to The Legend of Python GitHub repo! We are super excited to have you. H - [`grocery.py`](https://github.com/codedex-io/python-101/blob/main/5-lists/22_grocery.py) - [`todo.py`](https://github.com/codedex-io/python-101/blob/main/5-lists/23_todo.py) - [`inventory.py`](https://github.com/codedex-io/python-101/blob/main/5-lists/24_inventory.py) -- [`reading.py`](https://github.com/codedex-io/python-101/blob/main/5-lists/25_reading.py) +- [`reading.py`](https://github.com/codedex-io/python-101/blob/main/5-lists/25_reading_list.py) - [`mixtape.py`](https://github.com/codedex-io/python-101/blob/main/5-lists/26_mixtape.py) - [`bucket_list.py`](https://github.com/codedex-io/python-101/blob/main/5-lists/27_bucket_list.py)