Fix broken links for the your first 2D game tutorial

The link was sending to a not found page because the "Your first game" tutorial
was moved to the "Your first 2D game" one.
This commit is contained in:
rubynho
2022-02-16 21:05:17 -03:00
parent fbde23fbb0
commit b0fdd8cf76
2 changed files with 2 additions and 2 deletions

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.
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.

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.
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, but ported to C#. For more details,
consider following the tutorial in the documentation.