From d7aedc71b5806a2b646a53a1e72a024eafea58b5 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 19 Aug 2022 03:00:42 -0400 Subject: [PATCH] chore: replace Codepen - Show National Contiguity with a Force Directed Graph (#47321) Chore: Replace broken codepen link Quite a shame about the dataset problem. At least there is a new Codepen for it. --- .../show-national-contiguity-with-a-force-directed-graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md index f70c34357be..2423d397463 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md @@ -8,7 +8,7 @@ dashedName: show-national-contiguity-with-a-force-directed-graph # --description-- -**Objective:** Build an app that is functionally similar to this: . +**Objective:** Build an app that is functionally similar to this: . Fulfill the below user stories and get all of the tests to pass. Use whichever libraries or APIs you need. Give it your own personal style.