浏览代码

minor edit to hyperlink

Thierry Moreau 11 月之前
父节点
当前提交
673bcbda23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/inference/mobile_inference/android_inference/README.md

+ 1 - 1
recipes/inference/mobile_inference/android_inference/README.md

@@ -69,7 +69,7 @@ This tutorial was tested successfully on Android Studio Hedgehog | 2023.1.1 Patc
 
 JDK, such as OpenJDK >= 17, to compile Java bindings of TVM Unity runtime.
 
-We strongly recommend setting the JAVA_HOME to the JDK bundled with Android Studio. Using Android Studio’s JBR bundle as recommended here https://developer.android.com/build/jdks will reduce the chances of potential errors in JNI compilation.
+We strongly recommend setting the JAVA_HOME to the JDK bundled with Android Studio. Using Android Studio’s JBR bundle as recommended [here](https://developer.android.com/build/jdks) will reduce the chances of potential errors in JNI compilation.
 
 For instance on macOS, you'll need to point JAVA_HOME to the following.