Browse Source

Merge pull request #683 from rubynho/fix/broken_links

Fix broken links for the your first 2D game tutorial
Aaron Franke 3 years ago
parent
commit
58c337c33c

+ 1 - 1
2d/dodge_the_creeps/README.md

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

+ 1 - 1
2d/dodge_the_creeps/project.godot

@@ -14,7 +14,7 @@ config/name="Dodge the Creeps"
 config/description="This is a simple game where your character must move
 config/description="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 'Your first game'
+This is a finished version of the game featured in the 'Your first 2D game'
 tutorial in the documentation. For more details, consider
 tutorial in the documentation. For more details, consider
 following the tutorial in the documentation."
 following the tutorial in the documentation."
 run/main_scene="res://Main.tscn"
 run/main_scene="res://Main.tscn"

+ 1 - 1
mono/dodge_the_creeps/README.md

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

+ 1 - 1
mono/dodge_the_creeps/project.godot

@@ -14,7 +14,7 @@ config/name="Dodge the Creeps with C#"
 config/description="This is a simple game where your character must move
 config/description="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 'Your first game'
+This is a finished version of the game featured in the 'Your first 2D game'
 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."
 run/main_scene="res://Main.tscn"
 run/main_scene="res://Main.tscn"