mitm001 5 سال پیش
والد
کامیت
46f948128f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/modules/ROOT/pages/jme3/advanced/custom_controls.adoc

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

@@ -272,7 +272,7 @@ public class MyControl extends MyCustomClass implements MyControlInterface {
 == Best Practices
 
 
-Use the getControl() accessor to get Control objects from Spatials. No need to pass around lots of object references. Here's an example from the link:http://code.google.com/p/monkeyzone/[MonkeyZone] code:
+Use the getControl() accessor to get Control objects from Spatials. No need to pass around lots of object references. Here's an example from the link:https://code.google.com/archive/p/monkeyzone/[MonkeyZone] code:
 
 [source,java]
 ----