mitm001 %!s(int64=5) %!d(string=hai) anos
pai
achega
e8d8e45d9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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