From 580984b726895020822d31265c349bba92753db2 Mon Sep 17 00:00:00 2001 From: Richard T <74796181+rtillies@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:39:39 -0400 Subject: [PATCH] Add Prep link for Datatypes and Variables --- module1/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module1/index.md b/module1/index.md index 546e2e9..8cf1132 100644 --- a/module1/index.md +++ b/module1/index.md @@ -16,7 +16,7 @@ Students will learn the basics of Object Oriented Programming to build software ### Week 1 * Introduction: [Intro to Programming](./lessons/Week1/introToProgramming) | [Intro to Labs](./labs/Week1/IntroToLabs) -* Data Types and Variables: [Lesson](./lessons/Week1/DatatypesAndVariables) | [Lab](./labs/Week1/DatatypesAndVariables) +* Data Types and Variables: [Prep](./preparation/Week1/DatatypesAndVariables) | [Lesson](./lessons/Week1/DatatypesAndVariables) | [Lab](./labs/Week1/DatatypesAndVariables) * Conditional Logic: [Lesson](./lessons/Week1/ConditionalLogic) | [Lab](./labs/Week1/ConditionalLogic) * Note Taking for Technical Content: [Lesson](./lessons/Week1/NoteTaking.md) * [Week 1 - Check Your Understanding](./lessons/Week1/CFUReview)