Răsfoiți Sursa

Fixed broken links.

mitm 7 ani în urmă
părinte
comite
d0f655bbde
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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]