소스 검색

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]!
 
 '''