mitm001 5 rokov pred
rodič
commit
53bd8f1bf8

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_asset.adoc

@@ -388,7 +388,7 @@ Again, you should see the Ninja+wall+teapot standing in a town.
 Here is a third method you must know, loading a scene/model from a .j3o file:
 
 .  Remove the code from the previous exercise.
-.  If you haven't already, open the xref:ROOT:sdk.adoc[SDK] and open the project that contains the HelloAsset class.
+.  If you haven't already, open the xref:sdk:sdk.adoc[SDK] and open the project that contains the HelloAsset class.
 .  In the projects window, browse to the `assets/Scenes/town` directory.
 .  Right-click the `main.scene` and convert the scene to binary: The jMonkeyPlatform generates a main.j3o file.
 .  Add the following code under `simpleInitApp() {`