Skip to content

Commit c744ded

Browse files
committed
Fixed broken link from the second tutorial.
1 parent 4cc18e2 commit c744ded

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

resources/tutorials/02 Making your first game/tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>Requirements</h3>
1313
<ul>
1414
<li><a href="http://gametest.mobi/phaser/tutorials/02%20Making%20your%20first%20game/phaser_tutorial_02.zip">Download the source files and assets</a> that go with this tutorial.</li>
1515
<li>You need to have a very, very basic knowledge of JavaScript.</li>
16-
<li>Also make sure you go through the <a href="http://phaser.io/getting-started-js.php">Getting Started Guide</a>, it will show you how to download the framework, set up a local development environment, and give you a glimpse of the structure of a Phaser project and its core functions.</li>
16+
<li>Also make sure you go through the <a href="http://phaser.io/tutorials/getting-started">Getting Started Guide</a>, it will show you how to download the framework, set up a local development environment, and give you a glimpse of the structure of a Phaser project and its core functions.</li>
1717
</ul>
1818

1919
If you've gone through the Getting Started Guide you will have downloaded Phaser and got everything set-up and ready to code. Download the resources for this tutorial from here and unzip it into your web root.

resources/tutorials/Spanish/02 Creando tu primer juego/tutorial.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h3>Requisitos</h3>
1010

1111
<ul>
1212
<li>Necesitas tener un conocimiento muy muy básico de JavaScript.</li>
13-
<li>Además asegúrate de que sigues la <a href="http://phaser.io/getting-started-js.php">Guía de Iniciación</a>, te mostrará cómo descargar el framework, configurar un entorno de desarrollo, y un poco por encima la estructura de un proyecto de Phaser y sus funciones básicas.</li>
13+
<li>Además asegúrate de que sigues la <a href="http://phaser.io/tutorials/getting-started">Guía de Iniciación</a>, te mostrará cómo descargar el framework, configurar un entorno de desarrollo, y un poco por encima la estructura de un proyecto de Phaser y sus funciones básicas.</li>
1414
</ul>
1515

1616
Si ya has finalizado la Guía de Iniciación tendrás Phaser bajado y todo listo para programar. Descarga los recursos de este tutorial aquí y descomprímelos en un directorio de tu servidor web.
@@ -310,4 +310,4 @@ <h3>Retoques finales</h3>
310310

311311
Con la ayuda de lo que has aprendido en este tutorial y los <a href="http://www.gametest.mobi/phaser/examples">más de 160 ejemplos</a> que tienes disponibles, deberías tener una base sólida para un proyecto futuro. Pero como siempre si tienes preguntas, necesitas consejo o quieres compartir lo que has estado haciendo, no dudes en pedir ayuda y contactar en el <a href="http://www.html5gamedevs.com/">foro de Phaser</a>.
312312

313-
Estad atentos, vendrán más tutoriales :)
313+
Estad atentos, vendrán más tutoriales :)

0 commit comments

Comments
 (0)