Skip to content

Commit 0208b1e

Browse files
ibelemfs-eire
andcommitted
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 <[email protected]>
1 parent 648cc42 commit 0208b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/common/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* - [onnxruntime-react-native](https://www.npmjs.com/package/onnxruntime-react-native)
1212
*
1313
* See also:
14-
* - [Get Started](https://onnxruntime.ai/docs/get-started/with-javascript.html)
14+
* - [Get Started](https://onnxruntime.ai/docs/get-started/with-javascript/)
1515
* - [Inference examples](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js)
1616
*
1717
* @packageDocumentation

0 commit comments

Comments
 (0)