diff --git a/java/README.md b/java/README.md index e46284a7e4..903747b4b3 100644 --- a/java/README.md +++ b/java/README.md @@ -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