From 71ee965e54909e48059b5bf57fd0f5b2446b05b8 Mon Sep 17 00:00:00 2001 From: yousefh409 <57015880+yousefh409@users.noreply.github.com> Date: Sat, 14 Nov 2020 11:59:21 -0800 Subject: [PATCH] Update readme.md At the moment, pressing on "List Comprehension" in readme.md, navigates you to a "404" response page. The reason for this, is because it is currently navigating to "../13_Day_List_comprehension/13_list_comprehension.md", going up one directory too much. As such, it should be changed to "./13_Day_List_comprehension/13_list_comprehension.md" (one less period in the beginning) Please let me know of any concerns! --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c7f0fc78b..1620275ff 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ | 10 | [Loops](./10_Day_Loops/10_loops.md) | | 11 | [Functions](./11_Day_Functions/11_functions.md) | | 12 | [Modules](./12_Day_Modules/12_modules.md) | -| 13 | [List Comprehension](../13_Day_List_comprehension/13_list_comprehension.md)| +| 13 | [List Comprehension](./13_Day_List_comprehension/13_list_comprehension.md)| | 14 | [Higher Order Functions](./14_Day_Higher_order_functions/14_higher_order_functions.md)| | 15 | [Python Type Errors](./15_Day_Python_type_errors/15_python_type_errors.md) | | 16 | [Python Date time](./16_Day_Python_date_time/16_python_datetime.md) | @@ -434,4 +434,4 @@ To run the python file check the image below. You can run the python file either 🎉 CONGRATULATIONS ! 🎉 -[Day 2 >>](./02_Day_Variables_builtin_functions/02_variables_builtin_functions.md) \ No newline at end of file +[Day 2 >>](./02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)