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!