mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Fix broken Java API link (#6826)
This commit is contained in:
parent
15d81fb63a
commit
f2f60eed59
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Java Native Interface (JNI) is used to allow for seamless calls to ONNX runtime
|
|||
## Usage
|
||||
|
||||
This document pertains to developing, building, running, and testing the API itself in your local environment.
|
||||
For general purpose usage of the publicly distributed API, please see the [general Java API documentation](../docs/Java_API.md).
|
||||
For general purpose usage of the publicly distributed API, please see the [general Java API documentation](https://www.onnxruntime.ai/docs/reference/api/java-api.html).
|
||||
|
||||
### Building
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue