Skip to content

Commit

Permalink
Fix broken Java API link (microsoft#6826)
Browse files Browse the repository at this point in the history
dennyac authored Mar 8, 2021
1 parent 15d81fb commit f2f60ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f2f60ee

Please sign in to comment.