From 4ed0befc4ee91f77a357829d14d29f89621e2d6a Mon Sep 17 00:00:00 2001 From: Alan Luo Date: Wed, 23 Jun 2021 13:08:39 -0400 Subject: [PATCH] fix(curriculum): link mismatch (#42610) --- .../take-home-projects/build-a-simon-game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md index 9de29f1566..5bc458abb1 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md @@ -8,7 +8,7 @@ dashedName: build-a-simon-game # --description-- -**Objective:** Build a [CodePen.io](https://codepen.io) app that is functionally similar to this: [https://codepen.io/freeCodeCamp/full/obYBjE](https://codepen.io/Em-Ant/full/QbRyqq/). +**Objective:** Build a [CodePen.io](https://codepen.io) app that is functionally similar to this: [https://codepen.io/freeCodeCamp/full/obYBjE](https://codepen.io/freeCodeCamp/full/obYBjE). Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use whichever libraries or APIs you need. Give it your own personal style.