From caec43d2283d1e64414c914b7010f4bb378ceccb Mon Sep 17 00:00:00 2001 From: Travis Rollins Date: Wed, 15 May 2024 13:42:32 -0700 Subject: [PATCH] Fix link to repo on advanced CSS lesson --- lessons/module-2/advanced-css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/module-2/advanced-css.md b/lessons/module-2/advanced-css.md index 7b59a32e..3c051199 100644 --- a/lessons/module-2/advanced-css.md +++ b/lessons/module-2/advanced-css.md @@ -100,7 +100,7 @@ Now, let's put your knowledge into practice with some exercises.
### Exercise -Let's get some practice with these concepts working with a static e-commerce website . Clone down this [repo](https://github.com/turingschool-examples/advanced-css-ecommerce-dashboard/blob/main/README.md){:target="_blank"} following the setup instructions and work through the iterations in the instructions to refactor the site using what you've learned! +Let's get some practice with these concepts working with a static e-commerce website . Clone down this [repo](https://frontend.turing.edu/lessons/module-2/advanced-css.html){:target="_blank"} following the setup instructions and work through the iterations in the instructions to refactor the site using what you've learned!