Ver Fonte

Fixed broken links.

mitm há 7 anos atrás
pai
commit
d0f655bbde
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/docs/asciidoc/jme3/eclipse_jme3_android_jnindk.adoc

+ 1 - 1
src/docs/asciidoc/jme3/eclipse_jme3_android_jnindk.adoc

@@ -335,7 +335,7 @@ What you call your artifact is VERY important to how Java loads your library. Fo
 
 If you plan on building for Android, you must include an Android makefile in your project. In order for the build process to be as seamless as possible, this guide sets it up unlike most tutorials instruct.
 
-To do this, simply create a new file in your native project called `Android.mk` and link:http://www.kandroid.org/ndk/docs/ANDROID-MK.html[set it up accordingly].
+To do this, simply create a new file in your native project called `Android.mk` and link:http://android.mk/[set it up accordingly].
 
 
 [IMPORTANT]