Parcourir la source

Fixed broken links.

mitm il y a 7 ans
Parent
commit
d0f655bbde
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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]