From eb881c09aec72f8bd4329ada1701176b6a153c31 Mon Sep 17 00:00:00 2001 From: Hansong <107070759+kirklandsign@users.noreply.github.com> Date: Fri, 28 Mar 2025 22:48:51 -0700 Subject: [PATCH] Fix link in using-executorch-building-from-source.md --- docs/source/using-executorch-building-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/using-executorch-building-from-source.md b/docs/source/using-executorch-building-from-source.md index 10024ff1457..a146556b4fc 100644 --- a/docs/source/using-executorch-building-from-source.md +++ b/docs/source/using-executorch-building-from-source.md @@ -249,7 +249,7 @@ sh scripts/build_android_library.sh ``` This script will build the AAR, which contains the Java API and its corresponding JNI library. Please see -[this documentation](./using-executorch-android#using-aar-file) for usage. +[this documentation](./using-executorch-android.md#using-aar-file) for usage. ### iOS