Fix broken Java API link (#6826)

This commit is contained in:
Denny Abraham Cheriyan 2021-03-08 11:28:41 -08:00 committed by GitHub
parent 15d81fb63a
commit f2f60eed59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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