bjorn 1 年之前
父节点
当前提交
8335cc2cce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      guides/Compiling.md

+ 1 - 1
guides/Compiling.md

@@ -146,7 +146,7 @@ the command line:
 - Set `ANDROID_BUILD_TOOLS_VERSION` to one of the versions listed in the `build-tools` folder.
 - Set `ANDROID_KEYSTORE` to the path to they keystore file.  See "Creating a Keystore" below.
 - Set `ANDROID_KEYSTORE_PASS` to the keystore password.  This can be used in multiple ways,
-  described in "Creating a Keystore" below.
+  described in [Creating a Keystore](#creating-a-keystore) below.
 - Optional: Set `ANDROID_MANIFEST` to use a custom Android manifest XML file.
 - Optional: Set `ANDROID_PACKAGE` to change the package name from `org.lovr.app`.
 - Optional: Set `ANDROID_ASSETS` to include extra assets (e.g. a project folder) in the APK.