From fe55f103d3a768b417bfdd8d6dcdf7bbd999b5aa Mon Sep 17 00:00:00 2001 From: Chaim Stanton <38401049+ChaimStanton@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:04:34 +0100 Subject: [PATCH] Fix broken next page links on day 4 and 5 --- 04_Day_Components/04_components.md | 4 ++-- 05_Day_Props/05_props.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/04_Day_Components/04_components.md b/04_Day_Components/04_components.md index 0f9c268..31ccccc 100644 --- a/04_Day_Components/04_components.md +++ b/04_Day_Components/04_components.md @@ -14,7 +14,7 @@ -[<< Day 3](../30-Days-Of-React/03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md) +[<< Day 3](../03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md) ![30 Days of React banner](../images/30_days_of_react_banner_day_4.jpg) @@ -517,4 +517,4 @@ ReactDOM.render(, rootElement) 🎉 CONGRATULATIONS ! 🎉 -[<< Day 3](../30-Days-Of-React/03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md) +[<< Day 3](../03_Day_Setting_Up/03_setting_up.md) | [Day 5 >>](../05_Day_Props/05_props.md) diff --git a/05_Day_Props/05_props.md b/05_Day_Props/05_props.md index 255ba7b..fa06b24 100644 --- a/05_Day_Props/05_props.md +++ b/05_Day_Props/05_props.md @@ -14,7 +14,7 @@ -[<< Day 4](../04_Day_Component/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md) +[<< Day 4](../04_Day_Components/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md) ![30 Days of React banner](../images/30_days_of_react_banner_day_5.jpg) @@ -1096,4 +1096,4 @@ We will cover propTypes in detail in other sections. 🎉 CONGRATULATIONS ! 🎉 -[<< Day 4](../04_Day_Component/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md) +[<< Day 4](../04_Day_Components/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md)