瀏覽代碼

Fixed broken links.

mitm 7 年之前
父節點
當前提交
d0f655bbde
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]