Просмотр исходного кода

Fixed broken link

Fixed broken link.
mitm001 8 лет назад
Родитель
Сommit
5112ad4ea3

+ 1 - 1
src/docs/asciidoc/jme3/advanced/remote-controlling_the_camera.adoc

@@ -52,4 +52,4 @@ camNodeSide.getControl(0).setEnabled(false);
 
 == Moving the Camera
 
-If desired, attach the camNode to a MotionTrack to let it travel along waypoints. This is demonstrated in the link:http://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/test/jme3test/animation/TestCinematic.java[TestCameraMotionPath.java example].
+If desired, attach the camNode to a MotionTrack to let it travel along waypoints. This is demonstrated in the link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-examples/src/main/java/jme3test/animation/TestCameraMotionPath.java[TestCameraMotionPath.java] example.