Skip to content

Commit c0205f0

Browse files
authored
Fix link in android
Fix!
1 parent 1620c70 commit c0205f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-executorch-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All ExecuTorch Android libraries are packaged into an [Android library (AAR)](ht
1212

1313
The AAR artifact contains the Java library for users to integrate with their Java/Kotlin application code, as well as the corresponding JNI library (.so file), which is loaded by the Java code during initialization.
1414

15-
- [Java library](https://github.com/pytorch/executorch/tree/main/extension/android/src/main/java/org/pytorch/executorch)
15+
- [Java library](https://github.com/pytorch/executorch/tree/main/extension/android/executorch_android/src/main/java/org/pytorch/executorch)
1616
- JNI contains the JNI binding for the corresponding Java code, and ExecuTorch native library, including
1717
- core ExecuTorch runtime libraries
1818
- XNNPACK backend

0 commit comments

Comments
 (0)