From 4d3414a0f4034d64d1191f36783437f6ed49e221 Mon Sep 17 00:00:00 2001 From: Belem Zhang Date: Sat, 16 Mar 2024 10:00:30 +0800 Subject: [PATCH] Fix #19931 broken Get Started link of "ONNX Runtime JavaScript API" page (#19932) ### Description Fix #19931 broken Get Started link HTTP 404 for "Get Started" link in "ONNX Runtime JavaScript API" page Co-authored-by: Yulong Wang <7679871+fs-eire@users.noreply.github.com> --- common/lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/index.ts b/common/lib/index.ts index d7c98380f3fa4..18cc2aba03f63 100644 --- a/common/lib/index.ts +++ b/common/lib/index.ts @@ -11,7 +11,7 @@ * - [onnxruntime-react-native](https://www.npmjs.com/package/onnxruntime-react-native) * * See also: - * - [Get Started](https://onnxruntime.ai/docs/get-started/with-javascript.html) + * - [Get Started](https://onnxruntime.ai/docs/get-started/with-javascript/) * - [Inference examples](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js) * * @packageDocumentation