Sfoglia il codice sorgente

Fixed broken links.

mitm 7 anni fa
parent
commit
d0f655bbde
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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]