From 12e5d356f0d30355372af1bbc975849c992871e1 Mon Sep 17 00:00:00 2001 From: Kayla Wood Date: Thu, 9 May 2024 15:50:39 -0600 Subject: [PATCH] Update all lesson links --- lessons/index.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lessons/index.md b/lessons/index.md index d972fda..4ce9974 100644 --- a/lessons/index.md +++ b/lessons/index.md @@ -1,6 +1,6 @@ --- layout: page -title: Mod 0 - Back End +title: Mod 0 --- ## Prework @@ -11,37 +11,37 @@ title: Mod 0 - Back End ## Session 1 ### Live Sessions -* [Data Types]({{ site.url }}/back-end/data_types) -* [Arrays]({{ site.url }}/back-end/arrays) +* [Data Types]({{ site.url }}/lessons/data_types) +* [Arrays]({{ site.url }}/lessons/arrays) ### Assignment - Complete Before Session 2 -* [Asking Technical Questions]({{ site.url }}/shared/asking_qs) -* [Git Workflow]({{ site.url }}/shared/git) +* [Asking Technical Questions]({{ site.url }}/lessons/asking_qs) +* [Git Workflow]({{ site.url }}/lessons/git) * Before session 2, your Mod 0 Gist should contain sections for `Data Types`, `Arrays`, `Asking Technical Questions`, and `Git Workflow`. ## Session 2 ### Live Sessions -* [GitHub]({{ site.url }}/shared/github) +* [GitHub]({{ site.url }}/lessons/github) ### Assignment - Complete Before Session 3 -* [DTR Prep]({{ site.url}}/shared/dtr) -* [Calendaring & Time Management]({{ site.url }}/shared/calendaring) +* [DTR Prep]({{ site.url}}/lessons/dtr) +* [Calendaring & Time Management]({{ site.url }}/lessons/calendaring) * Before session 3, your Mod 0 Gist should contain sections for `GitHub`, `DTR Prep`, and `Calendaring & Time Management`. ## Session 3 ### Live Sessions -* [Conditionals]({{ site.url }}/back-end/conditionals) -* [Methods]({{ site.url }}/back-end/methods) +* [Conditionals]({{ site.url }}/lessons/conditionals) +* [Methods]({{ site.url }}/lessons/methods) ### Assignment - Complete by Sunday Evening -* [Problem Solving]({{ site.url }}/shared/problem-solving) -* [Beyond Mod 0 Plan]({{ site.url }}/shared/plan) -* [Final Reflections]({{ site.url }}/shared/final-reflections) +* [Problem Solving]({{ site.url }}/lessons/problem-solving) +* [Beyond Mod 0 Plan]({{ site.url }}/lessons/plan) +* [Final Reflections]({{ site.url }}/lessons/final-reflections) * By the end of the day Sunday, your Mod 0 Gist should contain sections for `Conditionals`, `Methods`, `Problem Solving`, `Beyond Mod 0 Plan`, and `Final Reflections`. ## Complete Before Mod 1 Note: You are not expected to be experts on these topics, but you should come to Mod 1 ready to ask questions about the topics covered in these lessons. -* Pre-teach this [Testing]({{ site.url }}/back-end/testing) lesson. +* Pre-teach this [Testing]({{ site.url }}/lessons/testing) lesson. * Complete some [Ruby Exercises](https://github.com/turingschool-examples/mod-1-be-exercises). We'd like you to focus on the `data-types`, `ints-and-floats`, and `strings` folders.