浏览代码

change to cross ref

mitm001 5 年之前
父节点
当前提交
58305e0d2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]!
 
 '''