浏览代码

fix links

mitm001 5 年之前
父节点
当前提交
e8d8e45d9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/jme3/advanced/swing_canvas.adoc

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

@@ -19,7 +19,7 @@ This can be useful when you create some sort of interactive 3D viewer with a use
 **  You cannot use SimpleApplication's default mouse capturing for camera navigation, but have to come up with a custom solution.
 
 
-Here is the full link:http://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/test/jme3test/awt/TestCanvas.java[TestCanvas.java] code sample.
+Here is the full link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/c7a734d59023c8b6726bfa55272f7fbc349ea760/jme3-examples/src/main/java/jme3test/awt/TestCanvas.java[TestCanvas.java] code sample.
 
 
 == Extending SimpleApplication