Skip to content

Commit

Permalink
Fix spelling and links
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 7, 2024
1 parent 8d1b0dc commit d916311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion respond_to_just_key_pressed.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ We can now create an `App` with something that responds
to a key press.
We have tested everything that the `App` does!

Full code can be found at [https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_just_keypressed](https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_just_keypressed).
Full code can be found at [https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_just_key_pressed](https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_just_key_pressed).
2 changes: 1 addition & 1 deletion respond_to_key_press.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ We can now create an `App` with something that responds
to a key press.
We have tested everything that the `App` does!

Full code can be found at [https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_keypress](https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_keypress).
Full code can be found at [https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_key_press](https://github.com/richelbilderbeek/bevy_tdd_book_respond_to_key_press).

0 comments on commit d916311

Please sign in to comment.