From 46e9d15a9c7564ce750b9ea5ab953a67fc38abd4 Mon Sep 17 00:00:00 2001 From: Megan McMahon Date: Sun, 29 Oct 2023 09:08:16 -0600 Subject: [PATCH] Update IntroToIDE.md --- module1/lessons/Week4/IntroToIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module1/lessons/Week4/IntroToIDE.md b/module1/lessons/Week4/IntroToIDE.md index 71cb7e3..e33b487 100644 --- a/module1/lessons/Week4/IntroToIDE.md +++ b/module1/lessons/Week4/IntroToIDE.md @@ -136,7 +136,7 @@ For more information on customizations, you can review the [Microsoft Docs](http ### Practice With a partner, work through the following exercises. You should collaborate on how to complete the tasks, and both complete them on your own machine. -1. Create a **Dictionary** with movie genres as Keys, and a movie in that genre as Values. You could use this data as a starting point: +1. Create a [**Dictionary**](/module1/lessons/Week2/Collections#Dictionary) with movie genres as Keys, and a movie in that genre as Values. You could use this data as a starting point: * Comedy: Ghostbusters * Drama: the Imitation Game * Thriller: Atomic Blonde