Skip to content

Commit cbca483

Browse files
authored
Fix docs link in android (#10311)
1 parent 6a812a9 commit cbca483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-executorch-android.md

+1-1
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)