Quellcode durchsuchen

change to cross ref

mitm001 vor 5 Jahren
Ursprung
Commit
58305e0d2d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_asset.adoc

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

@@ -416,7 +416,7 @@ Again, you should see the Ninja+wall+teapot standing in a town.
 
 Now you know how to populate the scenegraph with static shapes and models, and how to build scenes. You have learned how to load assets using the `assetManager` and you have seen that the paths start relative to your project directory. Another important thing you have learned is to convert models to .j3o format for the executable JARs etc.
 
-Let's add some action to the scene and continue with the xref:ROOT:jme3/beginner/hello_main_event_loop.adoc[Update Loop]!
+Let's add some action to the scene and continue with the xref:hello_main_event_loop.adoc[Update Loop]!
 
 '''