Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/blog/making-pong.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down