소스 검색

fix links

mitm001 5 년 전
부모
커밋
7b4780de0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/jme3/advanced/update_loop.adoc

+ 1 - 1
docs/modules/ROOT/pages/jme3/advanced/update_loop.adoc

@@ -4,7 +4,7 @@
 :keywords: basegame, control, input, init, keyinput, loop, states, state
 
 
-Extending your application from xref:jme3/intermediate/simpleapplication.adoc[SimpleApplication] provides you with an update loop. This is where you implement your game logic (game mechanics).
+Extending your application from xref:jme3/intermediate/simpleapplication.adoc[com.jme3.app.SimpleApplication] provides you with an update loop. This is where you implement your game logic (game mechanics).
 
 Some usage examples: Here you remote-control NPCs (computer controlled characters), generate game events, and respond to user input.