From e21655d295c28184f1cdee69bc062e85eed10170 Mon Sep 17 00:00:00 2001 From: Michael Hinrichs Date: Sun, 12 Feb 2017 20:51:55 -0800 Subject: [PATCH] Add reference to GameSkeleton that exists Not saying this is the correct solution in terms of where the reference lives, the game skeleton should probably live in it's own repo hosted by elm-lang or just not be in the blog post at all if this no longer exists. --- src/pages/blog/making-pong.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/making-pong.elm b/src/pages/blog/making-pong.elm index 2563f9cda..e5821c1d9 100644 --- a/src/pages/blog/making-pong.elm +++ b/src/pages/blog/making-pong.elm @@ -83,7 +83,7 @@ skeleton for game creation][skeleton] which can both be a starting point for playing around with your own ideas. [src]: /examples/pong - [skeleton]: https://github.com/elm-lang/elm-lang.org/blob/master/frontend/public/examples/Intermediate/GameSkeleton.elm + [skeleton]: https://github.com/thomasbhatia/Elm/blob/master/Examples/elm-js/GameSkeleton/GameSkeleton.elm Let’s get into the code!