From f2f60eed59289e173a35fb369360efaae58f3b4d Mon Sep 17 00:00:00 2001 From: Denny Abraham Cheriyan Date: Mon, 8 Mar 2021 11:28:41 -0800 Subject: [PATCH] Fix broken Java API link (#6826) --- java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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