From 421208897cfcd9f0e57edb1b3acfa5b8b51934f2 Mon Sep 17 00:00:00 2001 From: David <> Date: Thu, 29 Sep 2022 14:56:47 -0400 Subject: [PATCH] JavaScript: Update example on CodePen. --- docs/user_guides/templates/getting_started_js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guides/templates/getting_started_js.mdx b/docs/user_guides/templates/getting_started_js.mdx index ad01214..02106c5 100644 --- a/docs/user_guides/templates/getting_started_js.mdx +++ b/docs/user_guides/templates/getting_started_js.mdx @@ -179,4 +179,4 @@ async function run_simulation() { -A complete example can be found [on codepen](https://codepen.io/sebcrozet/pen/poRQoKK). \ No newline at end of file +[A complete example](https://codepen.io/StubbornCreature/pen/dyedmKZ) can be found on CodePen.