mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
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:
@@ -4,7 +4,7 @@ This is a simple game where your character must move
|
|||||||
and avoid the enemies for as long as possible.
|
and avoid the enemies for as long as possible.
|
||||||
|
|
||||||
This is a finished version of the game featured in the
|
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,
|
tutorial in the documentation. For more details,
|
||||||
consider following the tutorial in the documentation.
|
consider following the tutorial in the documentation.
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ This is a simple game where your character must move
|
|||||||
and avoid the enemies for as long as possible.
|
and avoid the enemies for as long as possible.
|
||||||
|
|
||||||
This is a finished version of the game featured in the
|
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,
|
tutorial in the documentation, but ported to C#. For more details,
|
||||||
consider following the tutorial in the documentation.
|
consider following the tutorial in the documentation.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user