Merge pull request #64 from aaronfranke/dodge-the-link

Update Dodge the Creeps documentation link
This commit is contained in:
Aaron Franke
2022-03-24 18:09:16 -05:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ This is a simple game where your character must move
and avoid the enemies for as long as possible, made in GDNative C++.
This is a finished version of the game featured in the
["Your first game"](https://docs.godotengine.org/en/latest/getting_started/step_by_step/your_first_game.html)
["Your first 2D game"](https://docs.godotengine.org/en/latest/getting_started/first_2d_game/index.html)
tutorial in the documentation. For more details,
consider following the tutorial in the documentation.