ソースを参照

Fix broken link to BulletAppState.java

Fix issue #163
Ali-RS 2 年 前
コミット
3ac48ce2ee
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/modules/core/pages/app/state/application_states.adoc

+ 1 - 1
docs/modules/core/pages/app/state/application_states.adoc

@@ -72,7 +72,7 @@ When you add several AppStates to one Application and activate them, their initi
 
 JME3 comes with a BulletAppState that implements Physical behaviour (using the jBullet library). You, for example, could write an Artificial Intelligence AppState to control all your enemy units. Existing examples in the code base include:
 
-*  link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-bullet/src/common/java/com/jme3/bullet/BulletAppState.java[BulletAppState] controls physical behaviour in PhysicsControl'ed Spatials.
+*  link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-jbullet/src/main/java/com/jme3/bullet/BulletAppState.java[BulletAppState] controls physical behaviour in PhysicsControl'ed Spatials.
 *  link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-examples/src/main/java/jme3test/app/state/TestAppStates.java[TestAppStates.java] an example of a custom AppState
 **  link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-examples/src/main/java/jme3test/app/state/RootNodeState.java[RootNodeState.java]